#285B37

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

Shades of Kaitoke Green #285B37

Tints of Kaitoke Green #285B37

Color information

#285B37 (or 0x285B37) is unknown color: approx Kaitoke Green. HEX triplet: 28, 5B and 37. RGB value is (40,91,55). Sum of RGB (Red+Green+Blue) = 40+91+55=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 91 (35.94% from 255 or 48.92% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 91 - color contains mainly: green. Hex color #285B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285B37 is #D7A4C8. Grayscale: #474747. Windows color (decimal): -14132425 or 3627816. OLE color: 3627816.

HSL color Cylindrical-coordinate representation of color #285B37: hue angle of 137.65º 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 #285B37 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB409155-
CMYK0.5600.400.64
HSL137.65º38.93%25.69%-
HSV(B)137.65º56.04%35.69%-
XYZ5.318.214.92-
YUV71.65118.6105.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.51%
GREEN value IS 91 (35.94% from 255) = 48.92%
BLUE value IS 55 (21.88% from 255) = 29.57%
R=21.51%
G=48.92%
B=29.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4091550.5600.400.64137.6538.9325.69
Hex285B3738028408a271a
Octal5013367700501002124732
Binary1010001011011110111111000010100010000001000101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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