#285502

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

Shades of Turtle Green #285502

Tints of Turtle Green #285502

Color information

#285502 (or 0x285502) is unknown color: approx Turtle Green. HEX triplet: 28, 55 and 02. RGB value is (40,85,2). Sum of RGB (Red+Green+Blue) = 40+85+2=127 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.50% from 127); Green value is 85 (33.59% from 255 or 66.93% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 85 - color contains mainly: green. Hex color #285502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285502 is #D7AAFD. Grayscale: #3E3E3E. Windows color (decimal): -14134014 or 152872. OLE color: 152872.

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

Color convert

RGB40852-
CMYK0.5300.980.67
HSL92.53º95.4%17.06%-
HSV(B)92.53º97.65%33.33%-
XYZ4.136.951.18-
YUV62.0894.09112.25-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 31.50%
GREEN value IS 85 (33.59% from 255) = 66.93%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=31.50%
G=66.93%
B=1.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal408520.5300.980.6792.5395.417.06
Hex2855235062435d5f11
Octal50125265014210313513721
Binary1010001010101101101010110001010000111011101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285502; }

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

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

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

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

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

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

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

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