#285503

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

Shades of Turtle Green #285503

Tints of Turtle Green #285503

Color information

#285503 (or 0x285503) is unknown color: approx Turtle Green. HEX triplet: 28, 55 and 03. RGB value is (40,85,3). Sum of RGB (Red+Green+Blue) = 40+85+3=128 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.25% from 128); Green value is 85 (33.59% from 255 or 66.41% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 85 - color contains mainly: green. Hex color #285503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285503 is #D7AAFC. Grayscale: #3E3E3E. Windows color (decimal): -14134013 or 218408. OLE color: 218408.

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

Color convert

RGB40853-
CMYK0.5300.960.67
HSL92.93º93.18%17.25%-
HSV(B)92.93º96.47%33.33%-
XYZ4.146.951.21-
YUV62.294.59112.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 31.25%
GREEN value IS 85 (33.59% from 255) = 66.41%
BLUE value IS 3 (1.56% from 255) = 2.34%
R=31.25%
G=66.41%
B=2.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal408530.5300.960.6792.9393.1817.25
Hex2855335060435d5d11
Octal50125365014010313513521
Binary1010001010101111101010110000010000111011101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285503; }

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

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

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

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

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

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

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

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