Html Css Color HEX #048C0F Green

📋 copy color: '#048C0F'

red 4 ◦ green 140 ◦ blue 15

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

Shades of Green #048C0F

Tints of Green #048C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.43%

R = 2.52%
G = 88.05%
B = 9.43%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#048C0F (or 0x048C0F) is known color: Green. HEX triplet: 04, 8C and 0F. RGB value is (4,140,15). Sum of RGB (Red+Green+Blue) = 4+140+15=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 140 (55.08% from 255 or 88.05% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 140 - color contains mainly: green. Hex color #048C0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048C0F is #FB73F0. Grayscale: #555555. Windows color (decimal): -16479217 or 1018884. OLE color: 1018884.

HSL color Cylindrical-coordinate representation of color #048C0F: hue angle of 124.85º 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 #048C0F is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 140 15 -
CMYK 0.97 0 0.89 0.45
HSL 124.85º 0.94% 0.28% -
HSV(B) 124.85º 0.97% 0.55% -
XYZ 9.51 18.82 3.58 -
YUV 85.09 88.44 70.16 -
System Red Green Blue C M Y K H S L
Decimal 4 140 15 0.97 0 0.89 0.45 124.85 0.94 0.28
Hex 4 8C F 61 0 59 2D 7D 5E 1C
Octal 4 214 17 141 0 131 55 175 136 34
Binary 100 10001100 1111 1100001 0 1011001 101101 1111101 1011110 11100

Color Harmonies of #048C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048C0F

Black with #048C0F

Text Example


Text Example

White with #048C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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