#285501

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

Shades of Turtle Green #285501

Tints of Turtle Green #285501

Color information

#285501 (or 0x285501) is unknown color: approx Turtle Green. HEX triplet: 28, 55 and 01. RGB value is (40,85,1). Sum of RGB (Red+Green+Blue) = 40+85+1=126 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.75% from 126); Green value is 85 (33.59% from 255 or 67.46% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 85 - color contains mainly: green. Hex color #285501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285501 is #D7AAFE. Grayscale: #3E3E3E. Windows color (decimal): -14134015 or 87336. OLE color: 87336.

HSL color Cylindrical-coordinate representation of color #285501: hue angle of 92.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #285501 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB40851-
CMYK0.5300.990.67
HSL92.14º97.67%16.86%-
HSV(B)92.14º98.82%33.33%-
XYZ4.136.951.15-
YUV61.9793.59112.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 31.75%
GREEN value IS 85 (33.59% from 255) = 67.46%
BLUE value IS 1 (0.78% from 255) = 0.79%
R=31.75%
G=67.46%
B=0.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal408510.5300.990.6792.1497.6716.86
Hex2855135063435c6211
Octal50125165014310313414221
Binary101000101010111101010110001110000111011100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285501; }

 p { color: rgb(40,85,1); }

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

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

 a { background-color: rgb(40,85,1); }

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

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

 span { border-color: rgb(40,85,1); }

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