#215438

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

Shades of Kaitoke Green #215438

Tints of Kaitoke Green #215438

Color information

#215438 (or 0x215438) is unknown color: approx Kaitoke Green. HEX triplet: 21, 54 and 38. RGB value is (33,84,56). Sum of RGB (Red+Green+Blue) = 33+84+56=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #215438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215438 is #DEABC7. Grayscale: #414141. Windows color (decimal): -14592968 or 3691553. OLE color: 3691553.

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

Color convert

RGB338456-
CMYK0.6100.330.67
HSL147.06º43.59%22.94%-
HSV(B)147.06º60.71%32.94%-
XYZ4.516.954.84-
YUV65.56122.6104.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 84 (33.20% from 255) = 48.55%
BLUE value IS 56 (22.27% from 255) = 32.37%
R=19.08%
G=48.55%
B=32.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3384560.6100.330.67147.0643.5922.94
Hex2154383D02143932c17
Octal4112470750411032235427
Binary1000011010100111000111101010000110000111001001110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215438; }

 p { color: rgb(33,84,56); }

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

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

 a { background-color: rgb(33,84,56); }

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

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

 span { border-color: rgb(33,84,56); }

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