Html Css Color HEX #03740A Green

📋 copy color: '#03740A'

red 3 ◦ green 116 ◦ blue 10

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

Shades of Green #03740A

Tints of Green #03740A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.75%

R = 2.33%
G = 89.92%
B = 7.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#03740A (or 0x03740A) is known color: Green. HEX triplet: 03, 74 and 0A. RGB value is (3,116,10). Sum of RGB (Red+Green+Blue) = 3+116+10=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 116 (45.70% from 255 or 89.92% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 116 - color contains mainly: green. Hex color #03740A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03740A is #FC8BF5. Grayscale: #464646. Windows color (decimal): -16550902 or 685059. OLE color: 685059.

HSL color Cylindrical-coordinate representation of color #03740A: hue angle of 123.72º 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 #03740A is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 116 10 -
CMYK 0.97 0 0.91 0.55
HSL 123.72º 0.95% 0.23% -
HSV(B) 123.72º 0.97% 0.45% -
XYZ 6.34 12.53 2.37 -
YUV 70.13 94.06 80.12 -
System Red Green Blue C M Y K H S L
Decimal 3 116 10 0.97 0 0.91 0.55 123.72 0.95 0.23
Hex 3 74 A 61 0 5B 37 7C 5F 17
Octal 3 164 12 141 0 133 67 174 137 27
Binary 11 1110100 1010 1100001 0 1011011 110111 1111100 1011111 10111

Color Harmonies of #03740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03740A

Black with #03740A

Text Example


Text Example

White with #03740A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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