Html Css Color HEX #048132 Dark Spring Green

📋 copy color: '#048132'

red 4 ◦ green 129 ◦ blue 50

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

Shades of Dark Spring Green #048132

Tints of Dark Spring Green #048132

RGB

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

 GREEN value IS 129 (50.78% from 255) = 70.49%

 BLUE value IS 50 (19.92% from 255) = 27.32%

R = 2.19%
G = 70.49%
B = 27.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#048132 (or 0x048132) is known color: Dark Spring Green. HEX triplet: 04, 81 and 32. RGB value is (4,129,50). Sum of RGB (Red+Green+Blue) = 4+129+50=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 129 (50.78% from 255 or 70.49% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 129 - color contains mainly: green. Hex color #048132 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048132 is #FB7ECD. Grayscale: #525252. Windows color (decimal): -16481998 or 3309828. OLE color: 3309828.

HSL color Cylindrical-coordinate representation of color #048132: hue angle of 142.08º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048132 is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 129 50 -
CMYK 0.97 0 0.61 0.49
HSL 142.08º 0.94% 0.26% -
HSV(B) 142.08º 0.97% 0.51% -
XYZ 8.48 15.96 5.65 -
YUV 82.62 109.59 71.92 -
System Red Green Blue C M Y K H S L
Decimal 4 129 50 0.97 0 0.61 0.49 142.08 0.94 0.26
Hex 4 81 32 61 0 3D 31 8E 5E 1A
Octal 4 201 62 141 0 75 61 216 136 32
Binary 100 10000001 110010 1100001 0 111101 110001 10001110 1011110 11010

Color Harmonies of #048132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048132

Black with #048132

Text Example


Text Example

White with #048132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048132; }

 p { color: rgb(4,129,50); }

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

background-color css

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

 a { background-color: rgb(4,129,50); }

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

border-color css

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

 span { border-color: rgb(4,129,50); }

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