Html Css Color HEX #04A130 Dark Pastel Green

📋 copy color: '#04A130'

red 4 ◦ green 161 ◦ blue 48

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

Shades of Dark Pastel Green #04A130

Tints of Dark Pastel Green #04A130

RGB

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

 GREEN value IS 161 (63.28% from 255) = 75.59%

 BLUE value IS 48 (19.14% from 255) = 22.54%

R = 1.88%
G = 75.59%
B = 22.54%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#04A130 (or 0x04A130) is known color: Dark Pastel Green. HEX triplet: 04, A1 and 30. RGB value is (4,161,48). Sum of RGB (Red+Green+Blue) = 4+161+48=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 161 (63.28% from 255 or 75.59% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 161 - color contains mainly: green. Hex color #04A130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A130 is #FB5ECF. Grayscale: #656565. Windows color (decimal): -16473808 or 3186948. OLE color: 3186948.

HSL color Cylindrical-coordinate representation of color #04A130: hue angle of 136.82º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A130 is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 4 161 48 -
CMYK 0.98 0 0.70 0.37
HSL 136.82º 0.95% 0.32% -
HSV(B) 136.82º 0.98% 0.63% -
XYZ 13.33 25.73 7.06 -
YUV 101.18 97.99 58.69 -
System Red Green Blue C M Y K H S L
Decimal 4 161 48 0.98 0 0.70 0.37 136.82 0.95 0.32
Hex 4 A1 30 62 0 46 25 89 5F 20
Octal 4 241 60 142 0 106 45 211 137 40
Binary 100 10100001 110000 1100010 0 1000110 100101 10001001 1011111 100000

Color Harmonies of #04A130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A130

Black with #04A130

Text Example


Text Example

White with #04A130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04A130; }

 p { color: rgb(4,161,48); }

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

background-color css

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

 a { background-color: rgb(4,161,48); }

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

border-color css

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

 span { border-color: rgb(4,161,48); }

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