#285005

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

Shades of Turtle Green #285005

Tints of Turtle Green #285005

Color information

#285005 (or 0x285005) is unknown color: approx Turtle Green. HEX triplet: 28, 50 and 05. RGB value is (40,80,5). Sum of RGB (Red+Green+Blue) = 40+80+5=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 80 (31.64% from 255 or 64% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 80 - color contains mainly: green. Hex color #285005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285005 is #D7AFFA. Grayscale: #3B3B3B. Windows color (decimal): -14135291 or 348200. OLE color: 348200.

HSL color Cylindrical-coordinate representation of color #285005: hue angle of 92º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #285005 is Cyan = 0.5, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB40805-
CMYK0.500.940.69
HSL92º88.24%16.67%-
HSV(B)92º93.75%31.37%-
XYZ3.776.21.14-
YUV59.4997.25114.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32%
GREEN value IS 80 (31.64% from 255) = 64%
BLUE value IS 5 (2.34% from 255) = 4%
R=32%
G=64%
B=4%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal408050.500.940.699288.2416.67
Hex285053205E455c5811
Octal50120562013610513413021
Binary10100010100001011100100101111010001011011100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285005; }

 p { color: rgb(40,80,5); }

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

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

 a { background-color: rgb(40,80,5); }

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

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

 span { border-color: rgb(40,80,5); }

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