#303D11

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

Shades of Turtle Green #303D11

Tints of Turtle Green #303D11

Color information

#303D11 (or 0x303D11) is unknown color: approx Turtle Green. HEX triplet: 30, 3D and 11. RGB value is (48,61,17). Sum of RGB (Red+Green+Blue) = 48+61+17=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 61 (24.22% from 255 or 48.41% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 61 - color contains mainly: green. Hex color #303D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303D11 is #CFC2EE. Grayscale: #343434. Windows color (decimal): -13615855 or 1129776. OLE color: 1129776.

HSL color Cylindrical-coordinate representation of color #303D11: hue angle of 77.73º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #303D11 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.76.

Color convert

RGB486117-
CMYK0.2100.720.76
HSL77.73º56.41%15.29%-
HSV(B)77.73º72.13%23.92%-
XYZ2.994.011.15-
YUV52.1108.19125.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.10%
GREEN value IS 61 (24.22% from 255) = 48.41%
BLUE value IS 17 (7.03% from 255) = 13.49%
R=38.10%
G=48.41%
B=13.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4861170.2100.720.7677.7356.4115.29
Hex303D11150484C4e38f
Octal6075212501101141167017
Binary110000111101100011010101001000100110010011101110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303D11; }

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

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

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

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

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

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

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

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