#28300B

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

Shades of Turtle Green #28300B

Tints of Turtle Green #28300B

Color information

#28300B (or 0x28300B) is unknown color: approx Turtle Green. HEX triplet: 28, 30 and 0B. RGB value is (40,48,11). Sum of RGB (Red+Green+Blue) = 40+48+11=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #28300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28300B is #D7CFF4. Grayscale: #292929. Windows color (decimal): -14143477 or 733224. OLE color: 733224.

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

Color convert

RGB404811-
CMYK0.1700.770.81
HSL72.97º62.71%11.57%-
HSV(B)72.97º77.08%18.82%-
XYZ1.992.590.71-
YUV41.39110.85127.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40.40%
GREEN value IS 48 (19.14% from 255) = 48.48%
BLUE value IS 11 (4.69% from 255) = 11.11%
R=40.40%
G=48.48%
B=11.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4048110.1700.770.8172.9762.7111.57
Hex2830B1104D51493fc
Octal5060132101151211117714
Binary10100011000010111000101001101101000110010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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