#245E3A

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

Shades of Kaitoke Green #245E3A

Tints of Kaitoke Green #245E3A

Color information

#245E3A (or 0x245E3A) is unknown color: approx Kaitoke Green. HEX triplet: 24, 5E and 3A. RGB value is (36,94,58). Sum of RGB (Red+Green+Blue) = 36+94+58=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 94 (37.11% from 255 or 50% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 94 - color contains mainly: green. Hex color #245E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245E3A is #DBA1C5. Grayscale: #484848. Windows color (decimal): -14393798 or 3825188. OLE color: 3825188.

HSL color Cylindrical-coordinate representation of color #245E3A: hue angle of 142.76º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245E3A is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB369458-
CMYK0.6200.380.63
HSL142.76º44.62%25.49%-
HSV(B)142.76º61.7%36.86%-
XYZ5.498.695.39-
YUV72.55119.78101.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.15%
GREEN value IS 94 (37.11% from 255) = 50%
BLUE value IS 58 (23.05% from 255) = 30.85%
R=19.15%
G=50%
B=30.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3694580.6200.380.63142.7644.6225.49
Hex245E3A3E0263F8f2d19
Octal441367276046772175531
Binary100100101111011101011111001001101111111000111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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