Html Css Color HEX #048A1B Green

📋 copy color: '#048A1B'

red 4 ◦ green 138 ◦ blue 27

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

Shades of Green #048A1B

Tints of Green #048A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.98%

R = 2.37%
G = 81.66%
B = 15.98%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#048A1B (or 0x048A1B) is known color: Green. HEX triplet: 04, 8A and 1B. RGB value is (4,138,27). Sum of RGB (Red+Green+Blue) = 4+138+27=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 138 (54.30% from 255 or 81.66% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 138 - color contains mainly: green. Hex color #048A1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048A1B is #FB75E4. Grayscale: #555555. Windows color (decimal): -16479717 or 1804804. OLE color: 1804804.

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

Color convert

RGB 4 138 27 -
CMYK 0.97 0 0.80 0.46
HSL 130.3º 0.94% 0.28% -
HSV(B) 130.3º 0.97% 0.54% -
XYZ 9.34 18.28 4.07 -
YUV 85.28 95.11 70.03 -
System Red Green Blue C M Y K H S L
Decimal 4 138 27 0.97 0 0.80 0.46 130.3 0.94 0.28
Hex 4 8A 1B 61 0 50 2E 82 5E 1C
Octal 4 212 33 141 0 120 56 202 136 34
Binary 100 10001010 11011 1100001 0 1010000 101110 10000010 1011110 11100

Color Harmonies of #048A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048A1B

Black with #048A1B

Text Example


Text Example

White with #048A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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