Html Css Color HEX #03770D Green

📋 copy color: '#03770D'

red 3 ◦ green 119 ◦ blue 13

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

Shades of Green #03770D

Tints of Green #03770D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.63%

R = 2.22%
G = 88.15%
B = 9.63%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#03770D (or 0x03770D) is known color: Green. HEX triplet: 03, 77 and 0D. RGB value is (3,119,13). Sum of RGB (Red+Green+Blue) = 3+119+13=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 119 (46.88% from 255 or 88.15% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 119 - color contains mainly: green. Hex color #03770D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03770D is #FC88F2. Grayscale: #484848. Windows color (decimal): -16550131 or 882435. OLE color: 882435.

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

Color convert

RGB 3 119 13 -
CMYK 0.97 0 0.89 0.53
HSL 125.17º 0.95% 0.24% -
HSV(B) 125.17º 0.97% 0.47% -
XYZ 6.71 13.24 2.58 -
YUV 72.23 94.57 78.62 -
System Red Green Blue C M Y K H S L
Decimal 3 119 13 0.97 0 0.89 0.53 125.17 0.95 0.24
Hex 3 77 D 61 0 59 35 7D 5F 18
Octal 3 167 15 141 0 131 65 175 137 30
Binary 11 1110111 1101 1100001 0 1011001 110101 1111101 1011111 11000

Color Harmonies of #03770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03770D

Black with #03770D

Text Example


Text Example

White with #03770D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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