#245D40

Color #245D40 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #245D40

Tints of Green Pea #245D40

Color information

#245D40 (or 0x245D40) is unknown color: approx Green Pea. HEX triplet: 24, 5D and 40. RGB value is (36,93,64). Sum of RGB (Red+Green+Blue) = 36+93+64=193 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.65% from 193); Green value is 93 (36.72% from 255 or 48.19% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 93 - color contains mainly: green. Hex color #245D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245D40 is #DBA2BF. Grayscale: #484848. Windows color (decimal): -14394048 or 4218148. OLE color: 4218148.

HSL color Cylindrical-coordinate representation of color #245D40: hue angle of 149.47º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #245D40 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB369364-
CMYK0.6100.310.64
HSL149.47º44.19%25.29%-
HSV(B)149.47º61.29%36.47%-
XYZ5.578.576.21-
YUV72.65123.12101.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.65%
GREEN value IS 93 (36.72% from 255) = 48.19%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=18.65%
G=48.19%
B=33.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3693640.6100.310.64149.4744.1925.29
Hex245D403D01F40952c19
Octal44135100750371002255431
Binary1001001011101100000011110101111110000001001010110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245D40; }

 p { color: rgb(36,93,64); }

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

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

 a { background-color: rgb(36,93,64); }

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

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

 span { border-color: rgb(36,93,64); }

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