Html Css Color HEX #048430 Dark Spring Green

📋 copy color: '#048430'

red 4 ◦ green 132 ◦ blue 48

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

Shades of Dark Spring Green #048430

Tints of Dark Spring Green #048430

RGB

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

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

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

R = 2.17%
G = 71.74%
B = 26.09%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#048430 (or 0x048430) is known color: Dark Spring Green. HEX triplet: 04, 84 and 30. RGB value is (4,132,48). Sum of RGB (Red+Green+Blue) = 4+132+48=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 132 (51.95% from 255 or 71.74% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 132 - color contains mainly: green. Hex color #048430 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048430 is #FB7BCF. Grayscale: #545454. Windows color (decimal): -16481232 or 3179524. OLE color: 3179524.

HSL color Cylindrical-coordinate representation of color #048430: hue angle of 140.62º 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 #048430 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 132 48 -
CMYK 0.97 0 0.64 0.48
HSL 140.63º 0.94% 0.27% -
HSV(B) 140.63º 0.97% 0.52% -
XYZ 8.83 16.74 5.56 -
YUV 84.15 107.59 70.83 -
System Red Green Blue C M Y K H S L
Decimal 4 132 48 0.97 0 0.64 0.48 140.63 0.94 0.27
Hex 4 84 30 61 0 40 30 8D 5E 1B
Octal 4 204 60 141 0 100 60 215 136 33
Binary 100 10000100 110000 1100001 0 1000000 110000 10001101 1011110 11011

Color Harmonies of #048430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048430

Black with #048430

Text Example


Text Example

White with #048430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048430; }

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

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

background-color css

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

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

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

border-color css

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

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

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