#048412

Color #048412 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #048412

Tints of Green #048412

Color information

#048412 (or 0x048412) is unknown color: approx Green. HEX triplet: 04, 84 and 12. RGB value is (4,132,18). Sum of RGB (Red+Green+Blue) = 4+132+18=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 132 (51.95% from 255 or 85.71% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 132 - color contains mainly: green. Hex color #048412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048412 is #FB7BED. Grayscale: #515151. Windows color (decimal): -16481262 or 1213444. OLE color: 1213444.

HSL color Cylindrical-coordinate representation of color #048412: hue angle of 126.56º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048412 is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB413218-
CMYK0.9700.860.48
HSL126.56º94.12%26.67%-
HSV(B)126.56º96.97%51.76%-
XYZ8.4116.573.33-
YUV80.7392.5973.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.60%
GREEN value IS 132 (51.95% from 255) = 85.71%
BLUE value IS 18 (7.42% from 255) = 11.69%
R=2.60%
G=85.71%
B=11.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4132180.9700.860.48126.5694.1226.67
Hex4841261056307f5e1b
Octal42042214101266017713633
Binary10010000100100101100001010101101100001111111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048412; }

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

 H1.HeaderClassName
 {
   color: #048412;
 }
 .AnyTagClassName
 {
   color: #048412;
 }
</style>
background-color css

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

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

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

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

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

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