#28533E

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

Shades of Kaitoke Green #28533E

Tints of Kaitoke Green #28533E

Color information

#28533E (or 0x28533E) is unknown color: approx Kaitoke Green. HEX triplet: 28, 53 and 3E. RGB value is (40,83,62). Sum of RGB (Red+Green+Blue) = 40+83+62=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #28533E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28533E is #D7ACC1. Grayscale: #434343. Windows color (decimal): -14134466 or 4084520. OLE color: 4084520.

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

Color convert

RGB408362-
CMYK0.5200.250.67
HSL150.7º34.96%24.12%-
HSV(B)150.7º51.81%32.55%-
XYZ4.846.995.65-
YUV67.75124.75108.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.62%
GREEN value IS 83 (32.81% from 255) = 44.86%
BLUE value IS 62 (24.61% from 255) = 33.51%
R=21.62%
G=44.86%
B=33.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4083620.5200.250.67150.734.9624.12
Hex28533E3401943972318
Octal5012376640311032274330
Binary101000101001111111011010001100110000111001011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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