#285B3A

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

Shades of Kaitoke Green #285B3A

Tints of Kaitoke Green #285B3A

Color information

#285B3A (or 0x285B3A) is unknown color: approx Kaitoke Green. HEX triplet: 28, 5B and 3A. RGB value is (40,91,58). Sum of RGB (Red+Green+Blue) = 40+91+58=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 91 (35.94% from 255 or 48.15% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 91 - color contains mainly: green. Hex color #285B3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285B3A is #D7A4C5. Grayscale: #484848. Windows color (decimal): -14132422 or 3824424. OLE color: 3824424.

HSL color Cylindrical-coordinate representation of color #285B3A: hue angle of 141.18º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285B3A is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.64.

Color convert

RGB409158-
CMYK0.5600.360.64
HSL141.18º38.93%25.69%-
HSV(B)141.18º56.04%35.69%-
XYZ5.388.245.31-
YUV71.99120.1105.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 91 (35.94% from 255) = 48.15%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=21.16%
G=48.15%
B=30.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4091580.5600.360.64141.1838.9325.69
Hex285B3A38024408d271a
Octal5013372700441002154732
Binary1010001011011111010111000010010010000001000110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285B3A; }

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

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

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

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

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

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

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

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