#28300C

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

Shades of Turtle Green #28300C

Tints of Turtle Green #28300C

Color information

#28300C (or 0x28300C) is unknown color: approx Turtle Green. HEX triplet: 28, 30 and 0C. RGB value is (40,48,12). Sum of RGB (Red+Green+Blue) = 40+48+12=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 48 - color contains mainly: green. Hex color #28300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28300C is #D7CFF3. Grayscale: #292929. Windows color (decimal): -14143476 or 798760. OLE color: 798760.

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

Color convert

RGB404812-
CMYK0.1700.750.81
HSL73.33º60%11.76%-
HSV(B)73.33º75%18.82%-
XYZ22.590.74-
YUV41.5111.35126.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40%
GREEN value IS 48 (19.14% from 255) = 48%
BLUE value IS 12 (5.08% from 255) = 12%
R=40%
G=48%
B=12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4048120.1700.750.8173.336011.76
Hex2830C1104B51493cc
Octal5060142101131211117414
Binary10100011000011001000101001011101000110010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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