Html Css Color HEX #03740C Green

📋 copy color: '#03740C'

red 3 ◦ green 116 ◦ blue 12

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

Shades of Green #03740C

Tints of Green #03740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 88.55%

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

R = 2.29%
G = 88.55%
B = 9.16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#03740C (or 0x03740C) is known color: Green. HEX triplet: 03, 74 and 0C. RGB value is (3,116,12). Sum of RGB (Red+Green+Blue) = 3+116+12=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 116 (45.70% from 255 or 88.55% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 116 - color contains mainly: green. Hex color #03740C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03740C is #FC8BF3. Grayscale: #464646. Windows color (decimal): -16550900 or 816131. OLE color: 816131.

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

Color convert

RGB 3 116 12 -
CMYK 0.97 0 0.90 0.55
HSL 124.78º 0.95% 0.23% -
HSV(B) 124.78º 0.97% 0.45% -
XYZ 6.35 12.54 2.43 -
YUV 70.36 95.06 79.96 -
System Red Green Blue C M Y K H S L
Decimal 3 116 12 0.97 0 0.90 0.55 124.78 0.95 0.23
Hex 3 74 C 61 0 5A 37 7D 5F 17
Octal 3 164 14 141 0 132 67 175 137 27
Binary 11 1110100 1100 1100001 0 1011010 110111 1111101 1011111 10111

Color Harmonies of #03740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03740C

Black with #03740C

Text Example


Text Example

White with #03740C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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