Html Css Color HEX #04850F Green

📋 copy color: '#04850F'

red 4 ◦ green 133 ◦ blue 15

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

Shades of Green #04850F

Tints of Green #04850F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 87.5%

 BLUE value IS 15 (6.25% from 255) = 9.87%

R = 2.63%
G = 87.5%
B = 9.87%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#04850F (or 0x04850F) is known color: Green. HEX triplet: 04, 85 and 0F. RGB value is (4,133,15). Sum of RGB (Red+Green+Blue) = 4+133+15=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 133 (52.34% from 255 or 87.5% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 133 - color contains mainly: green. Hex color #04850F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04850F is #FB7AF0. Grayscale: #515151. Windows color (decimal): -16481009 or 1017092. OLE color: 1017092.

HSL color Cylindrical-coordinate representation of color #04850F: hue angle of 125.12º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04850F is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 133 15 -
CMYK 0.97 0 0.89 0.48
HSL 125.12º 0.94% 0.27% -
HSV(B) 125.12º 0.97% 0.52% -
XYZ 8.52 16.84 3.25 -
YUV 80.98 90.76 73.09 -
System Red Green Blue C M Y K H S L
Decimal 4 133 15 0.97 0 0.89 0.48 125.12 0.94 0.27
Hex 4 85 F 61 0 59 30 7D 5E 1B
Octal 4 205 17 141 0 131 60 175 136 33
Binary 100 10000101 1111 1100001 0 1011001 110000 1111101 1011110 11011

Color Harmonies of #04850F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04850F

Black with #04850F

Text Example


Text Example

White with #04850F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04850F; }

 p { color: rgb(4,133,15); }

 H1.HeaderClassName
 {
   color: #04850F;
 }
 .AnyTagClassName
 {
   color: #04850F;
 }
</style>

background-color css

<style>
 a { background-color: #04850F; }

 a { background-color: rgb(4,133,15); }

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

border-color css

<style>
 span { border-color: #04850F; }

 span { border-color: rgb(4,133,15); }

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