#28310A

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

Shades of Turtle Green #28310A

Tints of Turtle Green #28310A

Color information

#28310A (or 0x28310A) is unknown color: approx Turtle Green. HEX triplet: 28, 31 and 0A. RGB value is (40,49,10). Sum of RGB (Red+Green+Blue) = 40+49+10=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #28310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28310A is #D7CEF5. Grayscale: #2A2A2A. Windows color (decimal): -14143222 or 667944. OLE color: 667944.

HSL color Cylindrical-coordinate representation of color #28310A: hue angle of 73.85º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28310A is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB404910-
CMYK0.1800.800.81
HSL73.85º66.1%11.57%-
HSV(B)73.85º79.59%19.22%-
XYZ2.032.670.7-
YUV41.86110.02126.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40.40%
GREEN value IS 49 (19.53% from 255) = 49.49%
BLUE value IS 10 (4.30% from 255) = 10.10%
R=40.40%
G=49.49%
B=10.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4049100.1800.800.8173.8566.111.57
Hex2831A12050514a42c
Octal50611222012012111210214
Binary101000110001101010010010100001010001100101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28310A; }

 p { color: rgb(40,49,10); }

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

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

 a { background-color: rgb(40,49,10); }

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

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

 span { border-color: rgb(40,49,10); }

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