Html Css Color HEX #05A227 Dark Pastel Green

📋 copy color: '#05A227'

red 5 ◦ green 162 ◦ blue 39

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

Shades of Dark Pastel Green #05A227

Tints of Dark Pastel Green #05A227

RGB

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

 GREEN value IS 162 (63.67% from 255) = 78.64%

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

R = 2.43%
G = 78.64%
B = 18.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#05A227 (or 0x05A227) is known color: Dark Pastel Green. HEX triplet: 05, A2 and 27. RGB value is (5,162,39). Sum of RGB (Red+Green+Blue) = 5+162+39=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 162 (63.67% from 255 or 78.64% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 162 - color contains mainly: green. Hex color #05A227 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A227 is #FA5DD8. Grayscale: #656565. Windows color (decimal): -16408025 or 2597381. OLE color: 2597381.

HSL color Cylindrical-coordinate representation of color #05A227: hue angle of 132.99º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A227 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 162 39 -
CMYK 0.97 0 0.76 0.36
HSL 132.99º 0.94% 0.33% -
HSV(B) 132.99º 0.97% 0.64% -
XYZ 13.35 26.02 6.24 -
YUV 101.04 92.99 59.5 -
System Red Green Blue C M Y K H S L
Decimal 5 162 39 0.97 0 0.76 0.36 132.99 0.94 0.33
Hex 5 A2 27 61 0 4C 24 85 5E 21
Octal 5 242 47 141 0 114 44 205 136 41
Binary 101 10100010 100111 1100001 0 1001100 100100 10000101 1011110 100001

Color Harmonies of #05A227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A227

Black with #05A227

Text Example


Text Example

White with #05A227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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