#285633

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

Shades of Kaitoke Green #285633

Tints of Kaitoke Green #285633

Color information

#285633 (or 0x285633) is unknown color: approx Kaitoke Green. HEX triplet: 28, 56 and 33. RGB value is (40,86,51). Sum of RGB (Red+Green+Blue) = 40+86+51=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #285633 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285633 is #D7A9CC. Grayscale: #444444. Windows color (decimal): -14133709 or 3364392. OLE color: 3364392.

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

Color convert

RGB408651-
CMYK0.5300.410.66
HSL134.35º36.51%24.71%-
HSV(B)134.35º53.49%33.73%-
XYZ4.87.354.3-
YUV68.26118.26107.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.60%
GREEN value IS 86 (33.98% from 255) = 48.59%
BLUE value IS 51 (20.31% from 255) = 28.81%
R=22.60%
G=48.59%
B=28.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4086510.5300.410.66134.3536.5124.71
Hex2856333502942862519
Octal5012663650511022064531
Binary1010001010110110011110101010100110000101000011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285633; }

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

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

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

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

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

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

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

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