Html Css Color HEX #03700C Green

📋 copy color: '#03700C'

red 3 ◦ green 112 ◦ blue 12

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

Shades of Green #03700C

Tints of Green #03700C

RGB

 RED value IS 3 (1.56% from 255) = 2.36%

 GREEN value IS 112 (44.14% from 255) = 88.19%

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

R = 2.36%
G = 88.19%
B = 9.45%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#03700C (or 0x03700C) is known color: Green. HEX triplet: 03, 70 and 0C. RGB value is (3,112,12). Sum of RGB (Red+Green+Blue) = 3+112+12=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 112 (44.14% from 255 or 88.19% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 112 - color contains mainly: green. Hex color #03700C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03700C is #FC8FF3. Grayscale: #444444. Windows color (decimal): -16551924 or 815107. OLE color: 815107.

HSL color Cylindrical-coordinate representation of color #03700C: hue angle of 124.95º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03700C is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 112 12 -
CMYK 0.97 0 0.89 0.56
HSL 124.95º 0.95% 0.23% -
HSV(B) 124.95º 0.97% 0.44% -
XYZ 5.9 11.63 2.28 -
YUV 68.01 96.39 81.63 -
System Red Green Blue C M Y K H S L
Decimal 3 112 12 0.97 0 0.89 0.56 124.95 0.95 0.23
Hex 3 70 C 61 0 59 38 7D 5F 17
Octal 3 160 14 141 0 131 70 175 137 27
Binary 11 1110000 1100 1100001 0 1011001 111000 1111101 1011111 10111

Color Harmonies of #03700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03700C

Black with #03700C

Text Example


Text Example

White with #03700C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,112,12); }

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

background-color css

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

 a { background-color: rgb(3,112,12); }

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

border-color css

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

 span { border-color: rgb(3,112,12); }

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