Html Css Color HEX #048B02 Green

📋 copy color: '#048B02'

red 4 ◦ green 139 ◦ blue 2

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

Shades of Green #048B02

Tints of Green #048B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.38%

R = 2.76%
G = 95.86%
B = 1.38%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#048B02 (or 0x048B02) is known color: Green. HEX triplet: 04, 8B and 02. RGB value is (4,139,2). Sum of RGB (Red+Green+Blue) = 4+139+2=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 139 (54.69% from 255 or 95.86% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 139 - color contains mainly: green. Hex color #048B02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048B02 is #FB74FD. Grayscale: #535353. Windows color (decimal): -16479486 or 166660. OLE color: 166660.

HSL color Cylindrical-coordinate representation of color #048B02: hue angle of 119.12º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #048B02 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 139 2 -
CMYK 0.97 0 0.99 0.45
HSL 119.12º 0.97% 0.28% -
HSV(B) 119.12º 0.99% 0.55% -
XYZ 9.29 18.5 3.14 -
YUV 83.02 82.27 71.64 -
System Red Green Blue C M Y K H S L
Decimal 4 139 2 0.97 0 0.99 0.45 119.12 0.97 0.28
Hex 4 8B 2 61 0 63 2D 77 61 1C
Octal 4 213 2 141 0 143 55 167 141 34
Binary 100 10001011 10 1100001 0 1100011 101101 1110111 1100001 11100

Color Harmonies of #048B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048B02

Black with #048B02

Text Example


Text Example

White with #048B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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