#245D3A

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

Shades of Kaitoke Green #245D3A

Tints of Kaitoke Green #245D3A

Color information

#245D3A (or 0x245D3A) is unknown color: approx Kaitoke Green. HEX triplet: 24, 5D and 3A. RGB value is (36,93,58). Sum of RGB (Red+Green+Blue) = 36+93+58=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 93 (36.72% from 255 or 49.73% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 93 - color contains mainly: green. Hex color #245D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245D3A is #DBA2C5. Grayscale: #484848. Windows color (decimal): -14394054 or 3824932. OLE color: 3824932.

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

Color convert

RGB369358-
CMYK0.6100.380.64
HSL143.16º44.19%25.29%-
HSV(B)143.16º61.29%36.47%-
XYZ5.418.515.36-
YUV71.97120.12102.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.25%
GREEN value IS 93 (36.72% from 255) = 49.73%
BLUE value IS 58 (23.05% from 255) = 31.02%
R=19.25%
G=49.73%
B=31.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3693580.6100.380.64143.1644.1925.29
Hex245D3A3D026408f2c19
Octal4413572750461002175431
Binary1001001011101111010111101010011010000001000111110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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