#28553E

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

Shades of Kaitoke Green #28553E

Tints of Kaitoke Green #28553E

Color information

#28553E (or 0x28553E) is unknown color: approx Kaitoke Green. HEX triplet: 28, 55 and 3E. RGB value is (40,85,62). Sum of RGB (Red+Green+Blue) = 40+85+62=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #28553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28553E is #D7AAC1. Grayscale: #444444. Windows color (decimal): -14133954 or 4085032. OLE color: 4085032.

HSL color Cylindrical-coordinate representation of color #28553E: hue angle of 149.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #28553E is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB408562-
CMYK0.5300.270.67
HSL149.33º36%24.51%-
HSV(B)149.33º52.94%33.33%-
XYZ4.997.35.7-
YUV68.92124.09107.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.39%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 62 (24.61% from 255) = 33.16%
R=21.39%
G=45.45%
B=33.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4085620.5300.270.67149.333624.51
Hex28553E3501B43952419
Octal5012576650331032254431
Binary101000101010111111011010101101110000111001010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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