Html Css Color HEX #048A0D Green

📋 copy color: '#048A0D'

red 4 ◦ green 138 ◦ blue 13

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

Shades of Green #048A0D

Tints of Green #048A0D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 89.03%

 BLUE value IS 13 (5.47% from 255) = 8.39%

R = 2.58%
G = 89.03%
B = 8.39%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#048A0D (or 0x048A0D) is known color: Green. HEX triplet: 04, 8A and 0D. RGB value is (4,138,13). Sum of RGB (Red+Green+Blue) = 4+138+13=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 138 (54.30% from 255 or 89.03% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 138 - color contains mainly: green. Hex color #048A0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048A0D is #FB75F2. Grayscale: #545454. Windows color (decimal): -16479731 or 887300. OLE color: 887300.

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

Color convert

RGB 4 138 13 -
CMYK 0.97 0 0.91 0.46
HSL 124.03º 0.94% 0.28% -
HSV(B) 124.03º 0.97% 0.54% -
XYZ 9.21 18.23 3.41 -
YUV 83.68 88.11 71.16 -
System Red Green Blue C M Y K H S L
Decimal 4 138 13 0.97 0 0.91 0.46 124.03 0.94 0.28
Hex 4 8A D 61 0 5B 2E 7C 5E 1C
Octal 4 212 15 141 0 133 56 174 136 34
Binary 100 10001010 1101 1100001 0 1011011 101110 1111100 1011110 11100

Color Harmonies of #048A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048A0D

Black with #048A0D

Text Example


Text Example

White with #048A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,138,13); }

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

background-color css

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

 a { background-color: rgb(4,138,13); }

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

border-color css

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

 span { border-color: rgb(4,138,13); }

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