Html Css Color HEX #048512 Green

📋 copy color: '#048512'

red 4 ◦ green 133 ◦ blue 18

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

Shades of Green #048512

Tints of Green #048512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 85.81%

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

R = 2.58%
G = 85.81%
B = 11.61%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#048512 (or 0x048512) is known color: Green. HEX triplet: 04, 85 and 12. RGB value is (4,133,18). Sum of RGB (Red+Green+Blue) = 4+133+18=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 133 (52.34% from 255 or 85.81% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 133 - color contains mainly: green. Hex color #048512 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048512 is #FB7AED. Grayscale: #515151. Windows color (decimal): -16481006 or 1213700. OLE color: 1213700.

HSL color Cylindrical-coordinate representation of color #048512: hue angle of 126.51º 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 #048512 is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 133 18 -
CMYK 0.97 0 0.86 0.48
HSL 126.51º 0.94% 0.27% -
HSV(B) 126.51º 0.97% 0.52% -
XYZ 8.55 16.84 3.37 -
YUV 81.32 92.26 72.85 -
System Red Green Blue C M Y K H S L
Decimal 4 133 18 0.97 0 0.86 0.48 126.51 0.94 0.27
Hex 4 85 12 61 0 56 30 7F 5E 1B
Octal 4 205 22 141 0 126 60 177 136 33
Binary 100 10000101 10010 1100001 0 1010110 110000 1111111 1011110 11011

Color Harmonies of #048512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048512

Black with #048512

Text Example


Text Example

White with #048512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048512; }

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

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

background-color css

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

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

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

border-color css

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

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

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