Html Css Color HEX #037402 Green

📋 copy color: '#037402'

red 3 ◦ green 116 ◦ blue 2

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

Shades of Green #037402

Tints of Green #037402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.65%

R = 2.48%
G = 95.87%
B = 1.65%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#037402 (or 0x037402) is known color: Green. HEX triplet: 03, 74 and 02. RGB value is (3,116,2). Sum of RGB (Red+Green+Blue) = 3+116+2=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 116 (45.70% from 255 or 95.87% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 116 - color contains mainly: green. Hex color #037402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037402 is #FC8BFD. Grayscale: #454545. Windows color (decimal): -16550910 or 160771. OLE color: 160771.

HSL color Cylindrical-coordinate representation of color #037402: hue angle of 119.47º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037402 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 116 2 -
CMYK 0.97 0 0.98 0.55
HSL 119.47º 0.97% 0.23% -
HSV(B) 119.47º 0.98% 0.45% -
XYZ 6.29 12.51 2.14 -
YUV 69.22 90.06 80.77 -
System Red Green Blue C M Y K H S L
Decimal 3 116 2 0.97 0 0.98 0.55 119.47 0.97 0.23
Hex 3 74 2 61 0 62 37 77 61 17
Octal 3 164 2 141 0 142 67 167 141 27
Binary 11 1110100 10 1100001 0 1100010 110111 1110111 1100001 10111

Color Harmonies of #037402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037402

Black with #037402

Text Example


Text Example

White with #037402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037402; }

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

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

background-color css

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

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

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

border-color css

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

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

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