#285733

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

Shades of Kaitoke Green #285733

Tints of Kaitoke Green #285733

Color information

#285733 (or 0x285733) is unknown color: approx Kaitoke Green. HEX triplet: 28, 57 and 33. RGB value is (40,87,51). Sum of RGB (Red+Green+Blue) = 40+87+51=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 87 (34.38% from 255 or 48.88% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 87 - color contains mainly: green. Hex color #285733 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285733 is #D7A8CC. Grayscale: #444444. Windows color (decimal): -14133453 or 3364648. OLE color: 3364648.

HSL color Cylindrical-coordinate representation of color #285733: hue angle of 134.04º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #285733 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.66.

Color convert

RGB408751-
CMYK0.5400.410.66
HSL134.04º37.01%24.9%-
HSV(B)134.04º54.02%34.12%-
XYZ4.887.514.32-
YUV68.84117.93107.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.47%
GREEN value IS 87 (34.38% from 255) = 48.88%
BLUE value IS 51 (20.31% from 255) = 28.65%
R=22.47%
G=48.88%
B=28.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4087510.5400.410.66134.0437.0124.9
Hex2857333602942862519
Octal5012763660511022064531
Binary1010001010111110011110110010100110000101000011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285733; }

 p { color: rgb(40,87,51); }

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

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

 a { background-color: rgb(40,87,51); }

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

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

 span { border-color: rgb(40,87,51); }

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