Html Css Color HEX #048514 Green

📋 copy color: '#048514'

red 4 ◦ green 133 ◦ blue 20

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

Shades of Green #048514

Tints of Green #048514

RGB

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

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

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

R = 2.55%
G = 84.71%
B = 12.74%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#048514 (or 0x048514) is known color: Green. HEX triplet: 04, 85 and 14. RGB value is (4,133,20). Sum of RGB (Red+Green+Blue) = 4+133+20=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 133 (52.34% from 255 or 84.71% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 133 - color contains mainly: green. Hex color #048514 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048514 is #FB7AEB. Grayscale: #515151. Windows color (decimal): -16481004 or 1344772. OLE color: 1344772.

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

Color convert

RGB 4 133 20 -
CMYK 0.97 0 0.85 0.48
HSL 127.44º 0.94% 0.27% -
HSV(B) 127.44º 0.97% 0.52% -
XYZ 8.56 16.85 3.46 -
YUV 81.55 93.26 72.69 -
System Red Green Blue C M Y K H S L
Decimal 4 133 20 0.97 0 0.85 0.48 127.44 0.94 0.27
Hex 4 85 14 61 0 55 30 7F 5E 1B
Octal 4 205 24 141 0 125 60 177 136 33
Binary 100 10000101 10100 1100001 0 1010101 110000 1111111 1011110 11011

Color Harmonies of #048514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048514

Black with #048514

Text Example


Text Example

White with #048514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048514; }

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

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

background-color css

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

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

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

border-color css

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

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

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