#28533C

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

Shades of Kaitoke Green #28533C

Tints of Kaitoke Green #28533C

Color information

#28533C (or 0x28533C) is unknown color: approx Kaitoke Green. HEX triplet: 28, 53 and 3C. RGB value is (40,83,60). Sum of RGB (Red+Green+Blue) = 40+83+60=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #28533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28533C is #D7ACC3. Grayscale: #434343. Windows color (decimal): -14134468 or 3953448. OLE color: 3953448.

HSL color Cylindrical-coordinate representation of color #28533C: hue angle of 147.91º 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 #28533C is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB408360-
CMYK0.5200.280.67
HSL147.91º34.96%24.12%-
HSV(B)147.91º51.81%32.55%-
XYZ4.786.965.37-
YUV67.52123.75108.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.86%
GREEN value IS 83 (32.81% from 255) = 45.36%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=21.86%
G=45.36%
B=32.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4083600.5200.280.67147.9134.9624.12
Hex28533C3401C43942318
Octal5012374640341032244330
Binary101000101001111110011010001110010000111001010010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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