Html Css Color HEX #05A630 Dark Pastel Green

📋 copy color: '#05A630'

red 5 ◦ green 166 ◦ blue 48

#05A630
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #05A630

Tints of Dark Pastel Green #05A630

RGB

 RED value IS 5 (2.34% from 255) = 2.28%

 GREEN value IS 166 (65.23% from 255) = 75.8%

 BLUE value IS 48 (19.14% from 255) = 21.92%

R = 2.28%
G = 75.8%
B = 21.92%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.71

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#05A630 (or 0x05A630) is known color: Dark Pastel Green. HEX triplet: 05, A6 and 30. RGB value is (5,166,48). Sum of RGB (Red+Green+Blue) = 5+166+48=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 166 (65.23% from 255 or 75.80% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 166 - color contains mainly: green. Hex color #05A630 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A630 is #FA59CF. Grayscale: #686868. Windows color (decimal): -16406992 or 3188229. OLE color: 3188229.

HSL color Cylindrical-coordinate representation of color #05A630: hue angle of 136.02º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A630 is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 5 166 48 -
CMYK 0.97 0 0.71 0.35
HSL 136.02º 0.94% 0.34% -
HSV(B) 136.02º 0.97% 0.65% -
XYZ 14.23 27.52 7.36 -
YUV 104.41 96.16 57.09 -
System Red Green Blue C M Y K H S L
Decimal 5 166 48 0.97 0 0.71 0.35 136.02 0.94 0.34
Hex 5 A6 30 61 0 47 23 88 5E 22
Octal 5 246 60 141 0 107 43 210 136 42
Binary 101 10100110 110000 1100001 0 1000111 100011 10001000 1011110 100010

Color Harmonies of #05A630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A630

Black with #05A630

Text Example


Text Example

White with #05A630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05A630; }

 p { color: rgb(5,166,48); }

 H1.HeaderClassName
 {
   color: #05A630;
 }
 .AnyTagClassName
 {
   color: #05A630;
 }
</style>

background-color css

<style>
 a { background-color: #05A630; }

 a { background-color: rgb(5,166,48); }

 div.DivClassName
 {
   background-color: #05A630;
 }
 .BgClassName
 {
   background-color: #05A630;
 }
</style>

border-color css

<style>
 span { border-color: #05A630; }

 span { border-color: rgb(5,166,48); }

 td.TdClassName
 {
   border-color: #05A630;
 }
 .TagClassName
 {
   border-color: #05A630;
 }
</style>