#245030

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

Shades of Kaitoke Green #245030

Tints of Kaitoke Green #245030

Color information

#245030 (or 0x245030) is unknown color: approx Kaitoke Green. HEX triplet: 24, 50 and 30. RGB value is (36,80,48). Sum of RGB (Red+Green+Blue) = 36+80+48=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #245030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245030 is #DBAFCF. Grayscale: #3F3F3F. Windows color (decimal): -14397392 or 3166244. OLE color: 3166244.

HSL color Cylindrical-coordinate representation of color #245030: hue angle of 136.36º 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 #245030 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB368048-
CMYK0.5500.400.69
HSL136.36º37.93%22.75%-
HSV(B)136.36º55%31.37%-
XYZ4.136.333.8-
YUV63.2119.42108.6-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.95%
GREEN value IS 80 (31.64% from 255) = 48.78%
BLUE value IS 48 (19.14% from 255) = 29.27%
R=21.95%
G=48.78%
B=29.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3680480.5500.400.69136.3637.9322.75
Hex2450303702845882617
Octal4412060670501052104627
Binary1001001010000110000110111010100010001011000100010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245030; }

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

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

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

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

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

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

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

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