Html Css Color HEX #048B0C Green

📋 copy color: '#048B0C'

red 4 ◦ green 139 ◦ blue 12

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

Shades of Green #048B0C

Tints of Green #048B0C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 89.68%

 BLUE value IS 12 (5.08% from 255) = 7.74%

R = 2.58%
G = 89.68%
B = 7.74%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#048B0C (or 0x048B0C) is known color: Green. HEX triplet: 04, 8B and 0C. RGB value is (4,139,12). Sum of RGB (Red+Green+Blue) = 4+139+12=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 139 (54.69% from 255 or 89.68% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 139 - color contains mainly: green. Hex color #048B0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048B0C is #FB74F3. Grayscale: #545454. Windows color (decimal): -16479476 or 822020. OLE color: 822020.

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

Color convert

RGB 4 139 12 -
CMYK 0.97 0 0.91 0.45
HSL 123.56º 0.94% 0.28% -
HSV(B) 123.56º 0.97% 0.55% -
XYZ 9.35 18.52 3.43 -
YUV 84.16 87.27 70.83 -
System Red Green Blue C M Y K H S L
Decimal 4 139 12 0.97 0 0.91 0.45 123.56 0.94 0.28
Hex 4 8B C 61 0 5B 2D 7C 5E 1C
Octal 4 213 14 141 0 133 55 174 136 34
Binary 100 10001011 1100 1100001 0 1011011 101101 1111100 1011110 11100

Color Harmonies of #048B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048B0C

Black with #048B0C

Text Example


Text Example

White with #048B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,139,12); }

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

background-color css

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

 a { background-color: rgb(4,139,12); }

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

border-color css

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

 span { border-color: rgb(4,139,12); }

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