Html Css Color HEX #03780D Green

📋 copy color: '#03780D'

red 3 ◦ green 120 ◦ blue 13

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

Shades of Green #03780D

Tints of Green #03780D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 88.24%

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

R = 2.21%
G = 88.24%
B = 9.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#03780D (or 0x03780D) is known color: Green. HEX triplet: 03, 78 and 0D. RGB value is (3,120,13). Sum of RGB (Red+Green+Blue) = 3+120+13=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 120 (47.27% from 255 or 88.24% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 120 - color contains mainly: green. Hex color #03780D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03780D is #FC87F2. Grayscale: #494949. Windows color (decimal): -16549875 or 882691. OLE color: 882691.

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

Color convert

RGB 3 120 13 -
CMYK 0.98 0 0.89 0.53
HSL 125.13º 0.95% 0.24% -
HSV(B) 125.13º 0.98% 0.47% -
XYZ 6.83 13.48 2.62 -
YUV 72.82 94.24 78.2 -
System Red Green Blue C M Y K H S L
Decimal 3 120 13 0.98 0 0.89 0.53 125.13 0.95 0.24
Hex 3 78 D 62 0 59 35 7D 5F 18
Octal 3 170 15 142 0 131 65 175 137 30
Binary 11 1111000 1101 1100010 0 1011001 110101 1111101 1011111 11000

Color Harmonies of #03780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03780D

Black with #03780D

Text Example


Text Example

White with #03780D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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