#248242

Color #248242 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #248242

Tints of Dark Spring Green #248242

Color information

#248242 (or 0x248242) is unknown color: approx Dark Spring Green. HEX triplet: 24, 82 and 42. RGB value is (36,130,66). Sum of RGB (Red+Green+Blue) = 36+130+66=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #248242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248242 is #DB7DBD. Grayscale: #5E5E5E. Windows color (decimal): -14384574 or 4358692. OLE color: 4358692.

HSL color Cylindrical-coordinate representation of color #248242: hue angle of 139.15º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248242 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB3613066-
CMYK0.7200.490.49
HSL139.15º56.63%32.55%-
HSV(B)139.15º72.31%50.98%-
XYZ9.6916.737.87-
YUV94.6111.8686.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.52%
GREEN value IS 130 (51.17% from 255) = 56.03%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=15.52%
G=56.03%
B=28.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36130660.7200.490.49139.1556.6332.55
Hex24824248031318b3921
Octal44202102110061612137141
Binary1001001000001010000101001000011000111000110001011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248242; }

 p { color: rgb(36,130,66); }

 H1.HeaderClassName
 {
   color: #248242;
 }
 .AnyTagClassName
 {
   color: #248242;
 }
</style>
background-color css

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

 a { background-color: rgb(36,130,66); }

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

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

 span { border-color: rgb(36,130,66); }

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