#285D37

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

Shades of Kaitoke Green #285D37

Tints of Kaitoke Green #285D37

Color information

#285D37 (or 0x285D37) is unknown color: approx Kaitoke Green. HEX triplet: 28, 5D and 37. RGB value is (40,93,55). Sum of RGB (Red+Green+Blue) = 40+93+55=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 93 (36.72% from 255 or 49.47% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 93 - color contains mainly: green. Hex color #285D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285D37 is #D7A2C8. Grayscale: #484848. Windows color (decimal): -14131913 or 3628328. OLE color: 3628328.

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

Color convert

RGB409355-
CMYK0.5700.410.64
HSL136.98º39.85%26.08%-
HSV(B)136.98º56.99%36.47%-
XYZ5.488.564.98-
YUV72.82117.94104.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.28%
GREEN value IS 93 (36.72% from 255) = 49.47%
BLUE value IS 55 (21.88% from 255) = 29.26%
R=21.28%
G=49.47%
B=29.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4093550.5700.410.64136.9839.8526.08
Hex285D37390294089281a
Octal5013567710511002115032
Binary1010001011101110111111001010100110000001000100110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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