#28310B

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

Shades of Turtle Green #28310B

Tints of Turtle Green #28310B

Color information

#28310B (or 0x28310B) is unknown color: approx Turtle Green. HEX triplet: 28, 31 and 0B. RGB value is (40,49,11). Sum of RGB (Red+Green+Blue) = 40+49+11=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #28310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28310B is #D7CEF4. Grayscale: #2A2A2A. Windows color (decimal): -14143221 or 733480. OLE color: 733480.

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

Color convert

RGB404911-
CMYK0.1800.780.81
HSL74.21º63.33%11.76%-
HSV(B)74.21º77.55%19.22%-
XYZ2.032.670.73-
YUV41.98110.52126.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40%
GREEN value IS 49 (19.53% from 255) = 49%
BLUE value IS 11 (4.69% from 255) = 11%
R=40%
G=49%
B=11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4049110.1800.780.8174.2163.3311.76
Hex2831B1204E514a3fc
Octal5061132201161211127714
Binary10100011000110111001001001110101000110010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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