#248142

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

Shades of Dark Spring Green #248142

Tints of Dark Spring Green #248142

Color information

#248142 (or 0x248142) is unknown color: approx Dark Spring Green. HEX triplet: 24, 81 and 42. RGB value is (36,129,66). Sum of RGB (Red+Green+Blue) = 36+129+66=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #248142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248142 is #DB7EBD. Grayscale: #5E5E5E. Windows color (decimal): -14384830 or 4358436. OLE color: 4358436.

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

Color convert

RGB3612966-
CMYK0.7200.490.49
HSL139.35º56.36%32.35%-
HSV(B)139.35º72.09%50.59%-
XYZ9.5616.477.83-
YUV94.01112.1986.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.58%
GREEN value IS 129 (50.78% from 255) = 55.84%
BLUE value IS 66 (26.17% from 255) = 28.57%
R=15.58%
G=55.84%
B=28.57%

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
Decimal36129660.7200.490.49139.3556.3632.35
Hex24814248031318b3820
Octal44201102110061612137040
Binary1001001000000110000101001000011000111000110001011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248142; }

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

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

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

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

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

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

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

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