Html Css Color HEX #037A14 Green

📋 copy color: '#037A14'

red 3 ◦ green 122 ◦ blue 20

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

Shades of Green #037A14

Tints of Green #037A14

RGB

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

 GREEN value IS 122 (48.05% from 255) = 84.14%

 BLUE value IS 20 (8.2% from 255) = 13.79%

R = 2.07%
G = 84.14%
B = 13.79%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#037A14 (or 0x037A14) is known color: Green. HEX triplet: 03, 7A and 14. RGB value is (3,122,20). Sum of RGB (Red+Green+Blue) = 3+122+20=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 122 (48.05% from 255 or 84.14% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 122 - color contains mainly: green. Hex color #037A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037A14 is #FC85EB. Grayscale: #4B4B4B. Windows color (decimal): -16549356 or 1341955. OLE color: 1341955.

HSL color Cylindrical-coordinate representation of color #037A14: hue angle of 128.57º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037A14 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB 3 122 20 -
CMYK 0.98 0 0.84 0.52
HSL 128.57º 0.95% 0.25% -
HSV(B) 128.57º 0.98% 0.48% -
XYZ 7.12 13.99 2.99 -
YUV 74.79 97.08 76.79 -
System Red Green Blue C M Y K H S L
Decimal 3 122 20 0.98 0 0.84 0.52 128.57 0.95 0.25
Hex 3 7A 14 62 0 54 34 81 5F 19
Octal 3 172 24 142 0 124 64 201 137 31
Binary 11 1111010 10100 1100010 0 1010100 110100 10000001 1011111 11001

Color Harmonies of #037A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037A14

Black with #037A14

Text Example


Text Example

White with #037A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037A14; }

 p { color: rgb(3,122,20); }

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

background-color css

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

 a { background-color: rgb(3,122,20); }

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

border-color css

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

 span { border-color: rgb(3,122,20); }

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