#28553D

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

Shades of Kaitoke Green #28553D

Tints of Kaitoke Green #28553D

Color information

#28553D (or 0x28553D) is unknown color: approx Kaitoke Green. HEX triplet: 28, 55 and 3D. RGB value is (40,85,61). Sum of RGB (Red+Green+Blue) = 40+85+61=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #28553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28553D is #D7AAC2. Grayscale: #444444. Windows color (decimal): -14133955 or 4019496. OLE color: 4019496.

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

Color convert

RGB408561-
CMYK0.5300.280.67
HSL148º36%24.51%-
HSV(B)148º52.94%33.33%-
XYZ4.977.295.56-
YUV68.81123.59107.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.51%
GREEN value IS 85 (33.59% from 255) = 45.70%
BLUE value IS 61 (24.22% from 255) = 32.80%
R=21.51%
G=45.70%
B=32.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4085610.5300.280.671483624.51
Hex28553D3501C43942419
Octal5012575650341032244431
Binary101000101010111110111010101110010000111001010010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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