#28300A

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

Shades of Turtle Green #28300A

Tints of Turtle Green #28300A

Color information

#28300A (or 0x28300A) is unknown color: approx Turtle Green. HEX triplet: 28, 30 and 0A. RGB value is (40,48,10). Sum of RGB (Red+Green+Blue) = 40+48+10=98 (12% of max value = 765). Red value is 40 (16.02% from 255 or 40.82% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #28300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28300A is #D7CFF5. Grayscale: #292929. Windows color (decimal): -14143478 or 667688. OLE color: 667688.

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

Color convert

RGB404810-
CMYK0.1700.790.81
HSL72.63º65.52%11.37%-
HSV(B)72.63º79.17%18.82%-
XYZ1.992.590.68-
YUV41.28110.35127.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40.82%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 10 (4.30% from 255) = 10.20%
R=40.82%
G=48.98%
B=10.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4048100.1700.790.8172.6365.5211.37
Hex2830A1104F514942b
Octal50601221011712111110213
Binary101000110000101010001010011111010001100100110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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