Html Css Color HEX #027309 Green

📋 copy color: '#027309'

red 2 ◦ green 115 ◦ blue 9

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

Shades of Green #027309

Tints of Green #027309

RGB

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

 GREEN value IS 115 (45.31% from 255) = 91.27%

 BLUE value IS 9 (3.91% from 255) = 7.14%

R = 1.59%
G = 91.27%
B = 7.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#027309 (or 0x027309) is known color: Green. HEX triplet: 02, 73 and 09. RGB value is (2,115,9). Sum of RGB (Red+Green+Blue) = 2+115+9=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 115 (45.31% from 255 or 91.27% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 115 - color contains mainly: green. Hex color #027309 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027309 is #FD8CF6. Grayscale: #454545. Windows color (decimal): -16616695 or 619266. OLE color: 619266.

HSL color Cylindrical-coordinate representation of color #027309: hue angle of 123.72º 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 #027309 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 115 9 -
CMYK 0.98 0 0.92 0.55
HSL 123.72º 0.97% 0.23% -
HSV(B) 123.72º 0.98% 0.45% -
XYZ 6.21 12.29 2.3 -
YUV 69.13 94.06 80.12 -
System Red Green Blue C M Y K H S L
Decimal 2 115 9 0.98 0 0.92 0.55 123.72 0.97 0.23
Hex 2 73 9 62 0 5C 37 7C 61 17
Octal 2 163 11 142 0 134 67 174 141 27
Binary 10 1110011 1001 1100010 0 1011100 110111 1111100 1100001 10111

Color Harmonies of #027309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027309

Black with #027309

Text Example


Text Example

White with #027309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027309; }

 p { color: rgb(2,115,9); }

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

background-color css

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

 a { background-color: rgb(2,115,9); }

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

border-color css

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

 span { border-color: rgb(2,115,9); }

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