#28503A

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

Shades of Kaitoke Green #28503A

Tints of Kaitoke Green #28503A

Color information

#28503A (or 0x28503A) is unknown color: approx Kaitoke Green. HEX triplet: 28, 50 and 3A. RGB value is (40,80,58). Sum of RGB (Red+Green+Blue) = 40+80+58=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #28503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28503A is #D7AFC5. Grayscale: #414141. Windows color (decimal): -14135238 or 3821608. OLE color: 3821608.

HSL color Cylindrical-coordinate representation of color #28503A: hue angle of 147º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #28503A is Cyan = 0.5, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB408058-
CMYK0.500.280.69
HSL147º33.33%23.53%-
HSV(B)147º50%31.37%-
XYZ4.516.495.02-
YUV65.53123.75109.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.47%
GREEN value IS 80 (31.64% from 255) = 44.94%
BLUE value IS 58 (23.05% from 255) = 32.58%
R=22.47%
G=44.94%
B=32.58%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4080580.500.280.6914733.3323.53
Hex28503A3201C45932118
Octal5012072620341052234130
Binary101000101000011101011001001110010001011001001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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