#245D44

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

Shades of Green Pea #245D44

Tints of Green Pea #245D44

Color information

#245D44 (or 0x245D44) is unknown color: approx Green Pea. HEX triplet: 24, 5D and 44. RGB value is (36,93,68). Sum of RGB (Red+Green+Blue) = 36+93+68=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #245D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245D44 is #DBA2BB. Grayscale: #494949. Windows color (decimal): -14394044 or 4480292. OLE color: 4480292.

HSL color Cylindrical-coordinate representation of color #245D44: hue angle of 153.68º 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 #245D44 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB369368-
CMYK0.6100.270.64
HSL153.68º44.19%25.29%-
HSV(B)153.68º61.29%36.47%-
XYZ5.698.626.83-
YUV73.11125.12101.53-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.27%
GREEN value IS 93 (36.72% from 255) = 47.21%
BLUE value IS 68 (26.95% from 255) = 34.52%
R=18.27%
G=47.21%
B=34.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3693680.6100.270.64153.6844.1925.29
Hex245D443D01B409a2c19
Octal44135104750331002325431
Binary1001001011101100010011110101101110000001001101010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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