#28513C

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

Shades of Kaitoke Green #28513C

Tints of Kaitoke Green #28513C

Color information

#28513C (or 0x28513C) is unknown color: approx Kaitoke Green. HEX triplet: 28, 51 and 3C. RGB value is (40,81,60). Sum of RGB (Red+Green+Blue) = 40+81+60=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #28513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28513C is #D7AEC3. Grayscale: #424242. Windows color (decimal): -14134980 or 3952936. OLE color: 3952936.

HSL color Cylindrical-coordinate representation of color #28513C: hue angle of 149.27º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #28513C is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB408160-
CMYK0.5100.260.68
HSL149.27º33.88%23.73%-
HSV(B)149.27º50.62%31.76%-
XYZ4.636.665.32-
YUV66.35124.42109.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.10%
GREEN value IS 81 (32.03% from 255) = 44.75%
BLUE value IS 60 (23.83% from 255) = 33.15%
R=22.10%
G=44.75%
B=33.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4081600.5100.260.68149.2733.8823.73
Hex28513C3301A44952218
Octal5012174630321042254230
Binary101000101000111110011001101101010001001001010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28513C; }

 p { color: rgb(40,81,60); }

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

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

 a { background-color: rgb(40,81,60); }

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

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

 span { border-color: rgb(40,81,60); }

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