#285105

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

Shades of Turtle Green #285105

Tints of Turtle Green #285105

Color information

#285105 (or 0x285105) is unknown color: approx Turtle Green. HEX triplet: 28, 51 and 05. RGB value is (40,81,5). Sum of RGB (Red+Green+Blue) = 40+81+5=126 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.75% from 126); Green value is 81 (32.03% from 255 or 64.29% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 81 - color contains mainly: green. Hex color #285105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285105 is #D7AEFA. Grayscale: #3C3C3C. Windows color (decimal): -14135035 or 348456. OLE color: 348456.

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

Color convert

RGB40815-
CMYK0.5100.940.68
HSL92.37º88.37%16.86%-
HSV(B)92.37º93.83%31.76%-
XYZ3.846.351.17-
YUV60.0896.92113.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 31.75%
GREEN value IS 81 (32.03% from 255) = 64.29%
BLUE value IS 5 (2.34% from 255) = 3.97%
R=31.75%
G=64.29%
B=3.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal408150.5100.940.6892.3788.3716.86
Hex285153305E445c5811
Octal50121563013610413413021
Binary10100010100011011100110101111010001001011100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285105; }

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

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

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

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

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

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

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

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