#28533A

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

Shades of Kaitoke Green #28533A

Tints of Kaitoke Green #28533A

Color information

#28533A (or 0x28533A) is unknown color: approx Kaitoke Green. HEX triplet: 28, 53 and 3A. RGB value is (40,83,58). Sum of RGB (Red+Green+Blue) = 40+83+58=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #28533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28533A is #D7ACC5. Grayscale: #434343. Windows color (decimal): -14134470 or 3822376. OLE color: 3822376.

HSL color Cylindrical-coordinate representation of color #28533A: hue angle of 145.12º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #28533A is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB408358-
CMYK0.5200.300.67
HSL145.12º34.96%24.12%-
HSV(B)145.12º51.81%32.55%-
XYZ4.736.945.09-
YUV67.29122.75108.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.10%
GREEN value IS 83 (32.81% from 255) = 45.86%
BLUE value IS 58 (23.05% from 255) = 32.04%
R=22.10%
G=45.86%
B=32.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4083580.5200.300.67145.1234.9624.12
Hex28533A3401E43912318
Octal5012372640361032214330
Binary101000101001111101011010001111010000111001000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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