#285038

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

Shades of Kaitoke Green #285038

Tints of Kaitoke Green #285038

Color information

#285038 (or 0x285038) is unknown color: approx Kaitoke Green. HEX triplet: 28, 50 and 38. RGB value is (40,80,56). Sum of RGB (Red+Green+Blue) = 40+80+56=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #285038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285038 is #D7AFC7. Grayscale: #414141. Windows color (decimal): -14135240 or 3690536. OLE color: 3690536.

HSL color Cylindrical-coordinate representation of color #285038: hue angle of 144º 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 #285038 is Cyan = 0.5, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB408056-
CMYK0.500.300.69
HSL144º33.33%23.53%-
HSV(B)144º50%31.37%-
XYZ4.466.474.76-
YUV65.3122.75109.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.73%
GREEN value IS 80 (31.64% from 255) = 45.45%
BLUE value IS 56 (22.27% from 255) = 31.82%
R=22.73%
G=45.45%
B=31.82%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4080560.500.300.6914433.3323.53
Hex2850383201E45902118
Octal5012070620361052204130
Binary101000101000011100011001001111010001011001000010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285038; }

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

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

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

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

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

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

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

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