#285000

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

Shades of Turtle Green #285000

Tints of Turtle Green #285000

Color information

#285000 (or 0x285000) is unknown color: approx Turtle Green. HEX triplet: 28, 50 and 00. RGB value is (40,80,0). Sum of RGB (Red+Green+Blue) = 40+80+0=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #285000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285000 is #D7AFFF. Grayscale: #3B3B3B. Windows color (decimal): -14135296 or 20520. OLE color: 20520.

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

Color convert

RGB40800-
CMYK0.5010.69
HSL90º100%15.69%-
HSV(B)90º100%31.37%-
XYZ3.746.191-
YUV58.9294.75114.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.33%
GREEN value IS 80 (31.64% from 255) = 66.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.33%
G=66.67%
B=0%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal408000.5010.699010015.69
Hex2850032064455a6410
Octal50120062014410513214420
Binary101000101000001100100110010010001011011010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285000; }

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

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

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

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

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

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

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

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