#28513A

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

Shades of Kaitoke Green #28513A

Tints of Kaitoke Green #28513A

Color information

#28513A (or 0x28513A) is unknown color: approx Kaitoke Green. HEX triplet: 28, 51 and 3A. RGB value is (40,81,58). Sum of RGB (Red+Green+Blue) = 40+81+58=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 81 - color contains mainly: green. Hex color #28513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28513A is #D7AEC5. Grayscale: #424242. Windows color (decimal): -14134982 or 3821864. OLE color: 3821864.

HSL color Cylindrical-coordinate representation of color #28513A: hue angle of 146.34º 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 #28513A is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB408158-
CMYK0.5100.280.68
HSL146.34º33.88%23.73%-
HSV(B)146.34º50.62%31.76%-
XYZ4.586.645.04-
YUV66.12123.42109.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.35%
GREEN value IS 81 (32.03% from 255) = 45.25%
BLUE value IS 58 (23.05% from 255) = 32.40%
R=22.35%
G=45.25%
B=32.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4081580.5100.280.68146.3433.8823.73
Hex28513A3301C44922218
Octal5012172630341042224230
Binary101000101000111101011001101110010001001001001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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