#285403

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

Shades of Turtle Green #285403

Tints of Turtle Green #285403

Color information

#285403 (or 0x285403) is unknown color: approx Turtle Green. HEX triplet: 28, 54 and 03. RGB value is (40,84,3). Sum of RGB (Red+Green+Blue) = 40+84+3=127 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.50% from 127); Green value is 84 (33.20% from 255 or 66.14% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 84 - color contains mainly: green. Hex color #285403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285403 is #D7ABFC. Grayscale: #3D3D3D. Windows color (decimal): -14134269 or 218152. OLE color: 218152.

HSL color Cylindrical-coordinate representation of color #285403: hue angle of 92.59º 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 #285403 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB40843-
CMYK0.5200.960.67
HSL92.59º93.1%17.06%-
HSV(B)92.59º96.43%32.94%-
XYZ4.066.81.18-
YUV61.6194.92112.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 31.50%
GREEN value IS 84 (33.20% from 255) = 66.14%
BLUE value IS 3 (1.56% from 255) = 2.36%
R=31.50%
G=66.14%
B=2.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal408430.5200.960.6792.5993.117.06
Hex2854334060435d5d11
Octal50124364014010313513521
Binary1010001010100111101000110000010000111011101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285403; }

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

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

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

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

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

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

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

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