Html Css Color HEX #027205 Green

📋 copy color: '#027205'

red 2 ◦ green 114 ◦ blue 5

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

Shades of Green #027205

Tints of Green #027205

RGB

 RED value IS 2 (1.17% from 255) = 1.65%

 GREEN value IS 114 (44.92% from 255) = 94.21%

 BLUE value IS 5 (2.34% from 255) = 4.13%

R = 1.65%
G = 94.21%
B = 4.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#027205 (or 0x027205) is known color: Green. HEX triplet: 02, 72 and 05. RGB value is (2,114,5). Sum of RGB (Red+Green+Blue) = 2+114+5=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 114 (44.92% from 255 or 94.21% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 114 - color contains mainly: green. Hex color #027205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027205 is #FD8DFA. Grayscale: #444444. Windows color (decimal): -16616955 or 356866. OLE color: 356866.

HSL color Cylindrical-coordinate representation of color #027205: hue angle of 121.61º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027205 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 114 5 -
CMYK 0.98 0 0.96 0.55
HSL 121.61º 0.97% 0.23% -
HSV(B) 121.61º 0.98% 0.45% -
XYZ 6.07 12.06 2.15 -
YUV 68.09 92.39 80.86 -
System Red Green Blue C M Y K H S L
Decimal 2 114 5 0.98 0 0.96 0.55 121.61 0.97 0.23
Hex 2 72 5 62 0 60 37 7A 61 17
Octal 2 162 5 142 0 140 67 172 141 27
Binary 10 1110010 101 1100010 0 1100000 110111 1111010 1100001 10111

Color Harmonies of #027205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027205

Black with #027205

Text Example


Text Example

White with #027205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027205; }

 p { color: rgb(2,114,5); }

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

background-color css

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

 a { background-color: rgb(2,114,5); }

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

border-color css

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

 span { border-color: rgb(2,114,5); }

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