Html Css Color HEX #048A1A Green

📋 copy color: '#048A1A'

red 4 ◦ green 138 ◦ blue 26

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

Shades of Green #048A1A

Tints of Green #048A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.48%

R = 2.38%
G = 82.14%
B = 15.48%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#048A1A (or 0x048A1A) is known color: Green. HEX triplet: 04, 8A and 1A. RGB value is (4,138,26). Sum of RGB (Red+Green+Blue) = 4+138+26=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 138 (54.30% from 255 or 82.14% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 138 - color contains mainly: green. Hex color #048A1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048A1A is #FB75E5. Grayscale: #555555. Windows color (decimal): -16479718 or 1739268. OLE color: 1739268.

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

Color convert

RGB 4 138 26 -
CMYK 0.97 0 0.81 0.46
HSL 129.85º 0.94% 0.28% -
HSV(B) 129.85º 0.97% 0.54% -
XYZ 9.33 18.28 4.01 -
YUV 85.17 94.61 70.11 -
System Red Green Blue C M Y K H S L
Decimal 4 138 26 0.97 0 0.81 0.46 129.85 0.94 0.28
Hex 4 8A 1A 61 0 51 2E 82 5E 1C
Octal 4 212 32 141 0 121 56 202 136 34
Binary 100 10001010 11010 1100001 0 1010001 101110 10000010 1011110 11100

Color Harmonies of #048A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048A1A

Black with #048A1A

Text Example


Text Example

White with #048A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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