Html Css Color HEX #03770C Green

📋 copy color: '#03770C'

red 3 ◦ green 119 ◦ blue 12

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

Shades of Green #03770C

Tints of Green #03770C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 88.81%

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

R = 2.24%
G = 88.81%
B = 8.96%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#03770C (or 0x03770C) is known color: Green. HEX triplet: 03, 77 and 0C. RGB value is (3,119,12). Sum of RGB (Red+Green+Blue) = 3+119+12=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 119 (46.88% from 255 or 88.81% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 119 - color contains mainly: green. Hex color #03770C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03770C is #FC88F3. Grayscale: #484848. Windows color (decimal): -16550132 or 816899. OLE color: 816899.

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

Color convert

RGB 3 119 12 -
CMYK 0.97 0 0.90 0.53
HSL 124.66º 0.95% 0.24% -
HSV(B) 124.66º 0.97% 0.47% -
XYZ 6.7 13.24 2.55 -
YUV 72.12 94.07 78.7 -
System Red Green Blue C M Y K H S L
Decimal 3 119 12 0.97 0 0.90 0.53 124.66 0.95 0.24
Hex 3 77 C 61 0 5A 35 7D 5F 18
Octal 3 167 14 141 0 132 65 175 137 30
Binary 11 1110111 1100 1100001 0 1011010 110101 1111101 1011111 11000

Color Harmonies of #03770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03770C

Black with #03770C

Text Example


Text Example

White with #03770C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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