#303511

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

Shades of Turtle Green #303511

Tints of Turtle Green #303511

Color information

#303511 (or 0x303511) is unknown color: approx Turtle Green. HEX triplet: 30, 35 and 11. RGB value is (48,53,17). Sum of RGB (Red+Green+Blue) = 48+53+17=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 53 - color contains mainly: green. Hex color #303511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303511 is #CFCAEE. Grayscale: #2F2F2F. Windows color (decimal): -13617903 or 1127728. OLE color: 1127728.

HSL color Cylindrical-coordinate representation of color #303511: hue angle of 68.33º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #303511 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.79.

Color convert

RGB485317-
CMYK0.0900.680.79
HSL68.33º51.43%13.73%-
HSV(B)68.33º67.92%20.78%-
XYZ2.593.221.01-
YUV47.4110.84128.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.68%
GREEN value IS 53 (21.09% from 255) = 44.92%
BLUE value IS 17 (7.03% from 255) = 14.41%
R=40.68%
G=44.92%
B=14.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4853170.0900.680.7968.3351.4313.73
Hex30351190444F4433e
Octal6065211101041171046316
Binary11000011010110001100101000100100111110001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303511; }

 p { color: rgb(48,53,17); }

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

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

 a { background-color: rgb(48,53,17); }

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

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

 span { border-color: rgb(48,53,17); }

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