Html Css Color HEX #046F12 Green

📋 copy color: '#046F12'

red 4 ◦ green 111 ◦ blue 18

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

Shades of Green #046F12

Tints of Green #046F12

RGB

 RED value IS 4 (1.95% from 255) = 3.01%

 GREEN value IS 111 (43.75% from 255) = 83.46%

 BLUE value IS 18 (7.42% from 255) = 13.53%

R = 3.01%
G = 83.46%
B = 13.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#046F12 (or 0x046F12) is known color: Green. HEX triplet: 04, 6F and 12. RGB value is (4,111,18). Sum of RGB (Red+Green+Blue) = 4+111+18=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 111 (43.75% from 255 or 83.46% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 111 - color contains mainly: green. Hex color #046F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046F12 is #FB90ED. Grayscale: #444444. Windows color (decimal): -16486638 or 1208068. OLE color: 1208068.

HSL color Cylindrical-coordinate representation of color #046F12: hue angle of 127.85º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046F12 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 111 18 -
CMYK 0.96 0 0.84 0.56
HSL 127.85º 0.93% 0.23% -
HSV(B) 127.85º 0.96% 0.44% -
XYZ 5.84 11.44 2.47 -
YUV 68.41 99.55 82.06 -
System Red Green Blue C M Y K H S L
Decimal 4 111 18 0.96 0 0.84 0.56 127.85 0.93 0.23
Hex 4 6F 12 60 0 54 38 80 5D 17
Octal 4 157 22 140 0 124 70 200 135 27
Binary 100 1101111 10010 1100000 0 1010100 111000 10000000 1011101 10111

Color Harmonies of #046F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046F12

Black with #046F12

Text Example


Text Example

White with #046F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046F12; }

 p { color: rgb(4,111,18); }

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

background-color css

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

 a { background-color: rgb(4,111,18); }

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

border-color css

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

 span { border-color: rgb(4,111,18); }

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