Html Css Color HEX #048238 Dark Spring Green

📋 copy color: '#048238'

red 4 ◦ green 130 ◦ blue 56

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

Shades of Dark Spring Green #048238

Tints of Dark Spring Green #048238

RGB

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

 GREEN value IS 130 (51.17% from 255) = 68.42%

 BLUE value IS 56 (22.27% from 255) = 29.47%

R = 2.11%
G = 68.42%
B = 29.47%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#048238 (or 0x048238) is known color: Dark Spring Green. HEX triplet: 04, 82 and 38. RGB value is (4,130,56). Sum of RGB (Red+Green+Blue) = 4+130+56=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 130 (51.17% from 255 or 68.42% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 130 - color contains mainly: green. Hex color #048238 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048238 is #FB7DC7. Grayscale: #545454. Windows color (decimal): -16481736 or 3703300. OLE color: 3703300.

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

Color convert

RGB 4 130 56 -
CMYK 0.97 0 0.57 0.49
HSL 144.76º 0.94% 0.26% -
HSV(B) 144.76º 0.97% 0.51% -
XYZ 8.75 16.28 6.42 -
YUV 83.89 112.26 71.02 -
System Red Green Blue C M Y K H S L
Decimal 4 130 56 0.97 0 0.57 0.49 144.76 0.94 0.26
Hex 4 82 38 61 0 39 31 91 5E 1A
Octal 4 202 70 141 0 71 61 221 136 32
Binary 100 10000010 111000 1100001 0 111001 110001 10010001 1011110 11010

Color Harmonies of #048238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048238

Black with #048238

Text Example


Text Example

White with #048238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048238; }

 p { color: rgb(4,130,56); }

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

background-color css

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

 a { background-color: rgb(4,130,56); }

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

border-color css

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

 span { border-color: rgb(4,130,56); }

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