Html Css Color HEX #05A627 Dark Pastel Green

📋 copy color: '#05A627'

red 5 ◦ green 166 ◦ blue 39

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

Shades of Dark Pastel Green #05A627

Tints of Dark Pastel Green #05A627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.57%

R = 2.38%
G = 79.05%
B = 18.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#05A627 (or 0x05A627) is known color: Dark Pastel Green. HEX triplet: 05, A6 and 27. RGB value is (5,166,39). Sum of RGB (Red+Green+Blue) = 5+166+39=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 166 (65.23% from 255 or 79.05% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 166 - color contains mainly: green. Hex color #05A627 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A627 is #FA59D8. Grayscale: #676767. Windows color (decimal): -16407001 or 2598405. OLE color: 2598405.

HSL color Cylindrical-coordinate representation of color #05A627: hue angle of 132.67º 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 #05A627 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 5 166 39 -
CMYK 0.97 0 0.77 0.35
HSL 132.67º 0.94% 0.34% -
HSV(B) 132.67º 0.97% 0.65% -
XYZ 14.07 27.45 6.48 -
YUV 103.38 91.66 57.83 -
System Red Green Blue C M Y K H S L
Decimal 5 166 39 0.97 0 0.77 0.35 132.67 0.94 0.34
Hex 5 A6 27 61 0 4D 23 85 5E 22
Octal 5 246 47 141 0 115 43 205 136 42
Binary 101 10100110 100111 1100001 0 1001101 100011 10000101 1011110 100010

Color Harmonies of #05A627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A627

Black with #05A627

Text Example


Text Example

White with #05A627

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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