#284705

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

Shades of Turtle Green #284705

Tints of Turtle Green #284705

Color information

#284705 (or 0x284705) is unknown color: approx Turtle Green. HEX triplet: 28, 47 and 05. RGB value is (40,71,5). Sum of RGB (Red+Green+Blue) = 40+71+5=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 71 (28.12% from 255 or 61.21% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 71 - color contains mainly: green. Hex color #284705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284705 is #D7B8FA. Grayscale: #363636. Windows color (decimal): -14137595 or 345896. OLE color: 345896.

HSL color Cylindrical-coordinate representation of color #284705: hue angle of 88.18º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #284705 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB40715-
CMYK0.4400.930.72
HSL88.18º86.84%14.9%-
HSV(B)88.18º92.96%27.84%-
XYZ3.164.970.94-
YUV54.21100.23117.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.48%
GREEN value IS 71 (28.12% from 255) = 61.21%
BLUE value IS 5 (2.34% from 255) = 4.31%
R=34.48%
G=61.21%
B=4.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal407150.4400.930.7288.1886.8414.9
Hex284752C05D485857f
Octal50107554013511013012717
Binary1010001000111101101100010111011001000101100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284705; }

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

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

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

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

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

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

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

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