Html Css Color HEX #048401 Green

📋 copy color: '#048401'

red 4 ◦ green 132 ◦ blue 1

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

Shades of Green #048401

Tints of Green #048401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 96.35%

 BLUE value IS 1 (0.78% from 255) = 0.73%

R = 2.92%
G = 96.35%
B = 0.73%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#048401 (or 0x048401) is known color: Green. HEX triplet: 04, 84 and 01. RGB value is (4,132,1). Sum of RGB (Red+Green+Blue) = 4+132+1=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 132 (51.95% from 255 or 96.35% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 132 - color contains mainly: green. Hex color #048401 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048401 is #FB7BFE. Grayscale: #4F4F4F. Windows color (decimal): -16481279 or 99332. OLE color: 99332.

HSL color Cylindrical-coordinate representation of color #048401: hue angle of 118.63º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #048401 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 132 1 -
CMYK 0.97 0 0.99 0.48
HSL 118.63º 0.98% 0.26% -
HSV(B) 118.63º 0.99% 0.52% -
XYZ 8.31 16.53 2.78 -
YUV 78.79 84.09 74.65 -
System Red Green Blue C M Y K H S L
Decimal 4 132 1 0.97 0 0.99 0.48 118.63 0.98 0.26
Hex 4 84 1 61 0 63 30 77 62 1A
Octal 4 204 1 141 0 143 60 167 142 32
Binary 100 10000100 1 1100001 0 1100011 110000 1110111 1100010 11010

Color Harmonies of #048401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048401

Black with #048401

Text Example


Text Example

White with #048401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048401; }

 p { color: rgb(4,132,1); }

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

background-color css

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

 a { background-color: rgb(4,132,1); }

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

border-color css

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

 span { border-color: rgb(4,132,1); }

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