Html Css Color HEX #03770F Green

📋 copy color: '#03770F'

red 3 ◦ green 119 ◦ blue 15

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

Shades of Green #03770F

Tints of Green #03770F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.95%

R = 2.19%
G = 86.86%
B = 10.95%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#03770F (or 0x03770F) is known color: Green. HEX triplet: 03, 77 and 0F. RGB value is (3,119,15). Sum of RGB (Red+Green+Blue) = 3+119+15=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 119 (46.88% from 255 or 86.86% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 119 - color contains mainly: green. Hex color #03770F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03770F is #FC88F0. Grayscale: #484848. Windows color (decimal): -16550129 or 1013507. OLE color: 1013507.

HSL color Cylindrical-coordinate representation of color #03770F: hue angle of 126.21º 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 #03770F is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 119 15 -
CMYK 0.97 0 0.87 0.53
HSL 126.21º 0.95% 0.24% -
HSV(B) 126.21º 0.97% 0.47% -
XYZ 6.72 13.25 2.65 -
YUV 72.46 95.57 78.46 -
System Red Green Blue C M Y K H S L
Decimal 3 119 15 0.97 0 0.87 0.53 126.21 0.95 0.24
Hex 3 77 F 61 0 57 35 7E 5F 18
Octal 3 167 17 141 0 127 65 176 137 30
Binary 11 1110111 1111 1100001 0 1010111 110101 1111110 1011111 11000

Color Harmonies of #03770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03770F

Black with #03770F

Text Example


Text Example

White with #03770F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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