Html Css Color HEX #02730C Green

📋 copy color: '#02730C'

red 2 ◦ green 115 ◦ blue 12

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

Shades of Green #02730C

Tints of Green #02730C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.3%

R = 1.55%
G = 89.15%
B = 9.3%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#02730C (or 0x02730C) is known color: Green. HEX triplet: 02, 73 and 0C. RGB value is (2,115,12). Sum of RGB (Red+Green+Blue) = 2+115+12=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 115 (45.31% from 255 or 89.15% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 115 - color contains mainly: green. Hex color #02730C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02730C is #FD8CF3. Grayscale: #454545. Windows color (decimal): -16616692 or 815874. OLE color: 815874.

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

Color convert

RGB 2 115 12 -
CMYK 0.98 0 0.90 0.55
HSL 125.31º 0.97% 0.23% -
HSV(B) 125.31º 0.98% 0.45% -
XYZ 6.22 12.3 2.39 -
YUV 69.47 95.56 79.88 -
System Red Green Blue C M Y K H S L
Decimal 2 115 12 0.98 0 0.90 0.55 125.31 0.97 0.23
Hex 2 73 C 62 0 5A 37 7D 61 17
Octal 2 163 14 142 0 132 67 175 141 27
Binary 10 1110011 1100 1100010 0 1011010 110111 1111101 1100001 10111

Color Harmonies of #02730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02730C

Black with #02730C

Text Example


Text Example

White with #02730C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02730C; }

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

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

background-color css

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

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

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

border-color css

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

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

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