Html Css Color HEX #048C19 Green

📋 copy color: '#048C19'

red 4 ◦ green 140 ◦ blue 25

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

Shades of Green #048C19

Tints of Green #048C19

RGB

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

 GREEN value IS 140 (55.08% from 255) = 82.84%

 BLUE value IS 25 (10.16% from 255) = 14.79%

R = 2.37%
G = 82.84%
B = 14.79%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#048C19 (or 0x048C19) is known color: Green. HEX triplet: 04, 8C and 19. RGB value is (4,140,25). Sum of RGB (Red+Green+Blue) = 4+140+25=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 140 (55.08% from 255 or 82.84% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 140 - color contains mainly: green. Hex color #048C19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048C19 is #FB73E6. Grayscale: #565656. Windows color (decimal): -16479207 or 1674244. OLE color: 1674244.

HSL color Cylindrical-coordinate representation of color #048C19: hue angle of 129.26º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048C19 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 140 25 -
CMYK 0.97 0 0.82 0.45
HSL 129.26º 0.94% 0.28% -
HSV(B) 129.26º 0.97% 0.55% -
XYZ 9.6 18.85 4.05 -
YUV 86.23 93.44 69.35 -
System Red Green Blue C M Y K H S L
Decimal 4 140 25 0.97 0 0.82 0.45 129.26 0.94 0.28
Hex 4 8C 19 61 0 52 2D 81 5E 1C
Octal 4 214 31 141 0 122 55 201 136 34
Binary 100 10001100 11001 1100001 0 1010010 101101 10000001 1011110 11100

Color Harmonies of #048C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048C19

Black with #048C19

Text Example


Text Example

White with #048C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048C19; }

 p { color: rgb(4,140,25); }

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

background-color css

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

 a { background-color: rgb(4,140,25); }

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

border-color css

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

 span { border-color: rgb(4,140,25); }

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