#245330

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

Shades of Kaitoke Green #245330

Tints of Kaitoke Green #245330

Color information

#245330 (or 0x245330) is unknown color: approx Kaitoke Green. HEX triplet: 24, 53 and 30. RGB value is (36,83,48). Sum of RGB (Red+Green+Blue) = 36+83+48=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #245330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245330 is #DBACCF. Grayscale: #414141. Windows color (decimal): -14396624 or 3167012. OLE color: 3167012.

HSL color Cylindrical-coordinate representation of color #245330: hue angle of 135.32º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #245330 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB368348-
CMYK0.5700.420.67
HSL135.32º39.5%23.33%-
HSV(B)135.32º56.63%32.55%-
XYZ4.356.773.87-
YUV64.96118.43107.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.56%
GREEN value IS 83 (32.81% from 255) = 49.70%
BLUE value IS 48 (19.14% from 255) = 28.74%
R=21.56%
G=49.70%
B=28.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3683480.5700.420.67135.3239.523.33
Hex2453303902A43872717
Octal4412360710521032074727
Binary1001001010011110000111001010101010000111000011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245330; }

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

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

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

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

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

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

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

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