#245B44

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

Shades of Green Pea #245B44

Tints of Green Pea #245B44

Color information

#245B44 (or 0x245B44) is unknown color: approx Green Pea. HEX triplet: 24, 5B and 44. RGB value is (36,91,68). Sum of RGB (Red+Green+Blue) = 36+91+68=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 91 (35.94% from 255 or 46.67% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 91 - color contains mainly: green. Hex color #245B44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245B44 is #DBA4BB. Grayscale: #474747. Windows color (decimal): -14394556 or 4479780. OLE color: 4479780.

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

Color convert

RGB369168-
CMYK0.6000.250.64
HSL154.91º43.31%24.9%-
HSV(B)154.91º60.44%35.69%-
XYZ5.518.276.78-
YUV71.93125.78102.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.46%
GREEN value IS 91 (35.94% from 255) = 46.67%
BLUE value IS 68 (26.95% from 255) = 34.87%
R=18.46%
G=46.67%
B=34.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3691680.6000.250.64154.9143.3124.9
Hex245B443C019409b2b19
Octal44133104740311002335331
Binary1001001011011100010011110001100110000001001101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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