#303E11

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

Shades of Turtle Green #303E11

Tints of Turtle Green #303E11

Color information

#303E11 (or 0x303E11) is unknown color: approx Turtle Green. HEX triplet: 30, 3E and 11. RGB value is (48,62,17). Sum of RGB (Red+Green+Blue) = 48+62+17=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 62 (24.61% from 255 or 48.82% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 62 - color contains mainly: green. Hex color #303E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303E11 is #CFC1EE. Grayscale: #343434. Windows color (decimal): -13615599 or 1130032. OLE color: 1130032.

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

Color convert

RGB486217-
CMYK0.2300.730.76
HSL78.67º56.96%15.49%-
HSV(B)78.67º72.58%24.31%-
XYZ3.044.111.16-
YUV52.68107.86124.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.80%
GREEN value IS 62 (24.61% from 255) = 48.82%
BLUE value IS 17 (7.03% from 255) = 13.39%
R=37.80%
G=48.82%
B=13.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4862170.2300.730.7678.6756.9615.49
Hex303E11170494C4f39f
Octal6076212701111141177117
Binary110000111110100011011101001001100110010011111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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