Html Css Color HEX #048008 Green

📋 copy color: '#048008'

red 4 ◦ green 128 ◦ blue 8

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

Shades of Green #048008

Tints of Green #048008

RGB

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

 GREEN value IS 128 (50.39% from 255) = 91.43%

 BLUE value IS 8 (3.52% from 255) = 5.71%

R = 2.86%
G = 91.43%
B = 5.71%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#048008 (or 0x048008) is known color: Green. HEX triplet: 04, 80 and 08. RGB value is (4,128,8). Sum of RGB (Red+Green+Blue) = 4+128+8=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 128 (50.39% from 255 or 91.43% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 128 - color contains mainly: green. Hex color #048008 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048008 is #FB7FF7. Grayscale: #4D4D4D. Windows color (decimal): -16482296 or 557060. OLE color: 557060.

HSL color Cylindrical-coordinate representation of color #048008: hue angle of 121.94º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048008 is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 128 8 -
CMYK 0.97 0 0.94 0.50
HSL 121.94º 0.94% 0.26% -
HSV(B) 121.94º 0.97% 0.5% -
XYZ 7.81 15.48 2.81 -
YUV 77.24 88.92 75.76 -
System Red Green Blue C M Y K H S L
Decimal 4 128 8 0.97 0 0.94 0.50 121.94 0.94 0.26
Hex 4 80 8 61 0 5E 32 7A 5E 1A
Octal 4 200 10 141 0 136 62 172 136 32
Binary 100 10000000 1000 1100001 0 1011110 110010 1111010 1011110 11010

Color Harmonies of #048008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048008

Black with #048008

Text Example


Text Example

White with #048008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048008; }

 p { color: rgb(4,128,8); }

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

background-color css

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

 a { background-color: rgb(4,128,8); }

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

border-color css

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

 span { border-color: rgb(4,128,8); }

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