#285404

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

Shades of Turtle Green #285404

Tints of Turtle Green #285404

Color information

#285404 (or 0x285404) is unknown color: approx Turtle Green. HEX triplet: 28, 54 and 04. RGB value is (40,84,4). Sum of RGB (Red+Green+Blue) = 40+84+4=128 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.25% from 128); Green value is 84 (33.20% from 255 or 65.62% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 84 - color contains mainly: green. Hex color #285404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285404 is #D7ABFB. Grayscale: #3D3D3D. Windows color (decimal): -14134268 or 283688. OLE color: 283688.

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

Color convert

RGB40844-
CMYK0.5200.950.67
HSL93º90.91%17.25%-
HSV(B)93º95.24%32.94%-
XYZ4.076.81.21-
YUV61.7295.42112.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 31.25%
GREEN value IS 84 (33.20% from 255) = 65.62%
BLUE value IS 4 (1.95% from 255) = 3.12%
R=31.25%
G=65.62%
B=3.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal408440.5200.950.679390.9117.25
Hex285443405F435d5b11
Octal50124464013710313513321
Binary10100010101001001101000101111110000111011101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285404; }

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

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

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

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

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

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

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

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