#245038

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

Shades of Kaitoke Green #245038

Tints of Kaitoke Green #245038

Color information

#245038 (or 0x245038) is unknown color: approx Kaitoke Green. HEX triplet: 24, 50 and 38. RGB value is (36,80,56). Sum of RGB (Red+Green+Blue) = 36+80+56=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #245038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245038 is #DBAFC7. Grayscale: #404040. Windows color (decimal): -14397384 or 3690532. OLE color: 3690532.

HSL color Cylindrical-coordinate representation of color #245038: hue angle of 147.27º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #245038 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB368056-
CMYK0.5500.300.69
HSL147.27º37.93%22.75%-
HSV(B)147.27º55%31.37%-
XYZ4.316.44.75-
YUV64.11123.42107.95-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.93%
GREEN value IS 80 (31.64% from 255) = 46.51%
BLUE value IS 56 (22.27% from 255) = 32.56%
R=20.93%
G=46.51%
B=32.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3680560.5500.300.69147.2737.9322.75
Hex2450383701E45932617
Octal4412070670361052234627
Binary100100101000011100011011101111010001011001001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245038; }

 p { color: rgb(36,80,56); }

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

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

 a { background-color: rgb(36,80,56); }

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

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

 span { border-color: rgb(36,80,56); }

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