#28320D

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

Shades of Turtle Green #28320D

Tints of Turtle Green #28320D

Color information

#28320D (or 0x28320D) is unknown color: approx Turtle Green. HEX triplet: 28, 32 and 0D. RGB value is (40,50,13). Sum of RGB (Red+Green+Blue) = 40+50+13=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #28320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28320D is #D7CDF2. Grayscale: #2A2A2A. Windows color (decimal): -14142963 or 864808. OLE color: 864808.

HSL color Cylindrical-coordinate representation of color #28320D: hue angle of 76.22º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28320D is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB405013-
CMYK0.2000.740.80
HSL76.22º58.73%12.35%-
HSV(B)76.22º74%19.61%-
XYZ2.092.760.8-
YUV42.79111.19126.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.83%
GREEN value IS 50 (19.92% from 255) = 48.54%
BLUE value IS 13 (5.47% from 255) = 12.62%
R=38.83%
G=48.54%
B=12.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4050130.2000.740.8076.2258.7312.35
Hex2832D1404A504c3bc
Octal5062152401121201147314
Binary10100011001011011010001001010101000010011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28320D; }

 p { color: rgb(40,50,13); }

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

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

 a { background-color: rgb(40,50,13); }

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

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

 span { border-color: rgb(40,50,13); }

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