#285400

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

Shades of Turtle Green #285400

Tints of Turtle Green #285400

Color information

#285400 (or 0x285400) is unknown color: approx Turtle Green. HEX triplet: 28, 54 and 00. RGB value is (40,84,0). Sum of RGB (Red+Green+Blue) = 40+84+0=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 84 (33.20% from 255 or 67.74% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 84 - color contains mainly: green. Hex color #285400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285400 is #D7ABFF. Grayscale: #3D3D3D. Windows color (decimal): -14134272 or 21544. OLE color: 21544.

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

Color convert

RGB40840-
CMYK0.52010.67
HSL91.43º100%16.47%-
HSV(B)91.43º100%32.94%-
XYZ4.056.791.1-
YUV61.2793.42112.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.26%
GREEN value IS 84 (33.20% from 255) = 67.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.26%
G=67.74%
B=0%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal408400.52010.6791.4310016.47
Hex2854034064435b6410
Octal50124064014410313314420
Binary101000101010001101000110010010000111011011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285400; }

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

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

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

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

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

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

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

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