#245B33

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

Shades of Kaitoke Green #245B33

Tints of Kaitoke Green #245B33

Color information

#245B33 (or 0x245B33) is unknown color: approx Kaitoke Green. HEX triplet: 24, 5B and 33. RGB value is (36,91,51). Sum of RGB (Red+Green+Blue) = 36+91+51=178 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.22% from 178); Green value is 91 (35.94% from 255 or 51.12% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 91 - color contains mainly: green. Hex color #245B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245B33 is #DBA4CC. Grayscale: #464646. Windows color (decimal): -14394573 or 3365668. OLE color: 3365668.

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

Color convert

RGB369151-
CMYK0.6000.440.64
HSL136.36º43.31%24.9%-
HSV(B)136.36º60.44%35.69%-
XYZ5.078.14.43-
YUV70117.28103.75-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.22%
GREEN value IS 91 (35.94% from 255) = 51.12%
BLUE value IS 51 (20.31% from 255) = 28.65%
R=20.22%
G=51.12%
B=28.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3691510.6000.440.64136.3643.3124.9
Hex245B333C02C40882b19
Octal4413363740541002105331
Binary1001001011011110011111100010110010000001000100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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