#303B14

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

Shades of Turtle Green #303B14

Tints of Turtle Green #303B14

Color information

#303B14 (or 0x303B14) is unknown color: approx Turtle Green. HEX triplet: 30, 3B and 14. RGB value is (48,59,20). Sum of RGB (Red+Green+Blue) = 48+59+20=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 59 (23.44% from 255 or 46.46% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 59 - color contains mainly: green. Hex color #303B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303B14 is #CFC4EB. Grayscale: #333333. Windows color (decimal): -13616364 or 1325872. OLE color: 1325872.

HSL color Cylindrical-coordinate representation of color #303B14: hue angle of 76.92º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #303B14 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.77.

Color convert

RGB485920-
CMYK0.1900.660.77
HSL76.92º49.37%15.49%-
HSV(B)76.92º66.1%23.14%-
XYZ2.913.811.24-
YUV51.26110.36125.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.80%
GREEN value IS 59 (23.44% from 255) = 46.46%
BLUE value IS 20 (8.20% from 255) = 15.75%
R=37.80%
G=46.46%
B=15.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4859200.1900.660.7776.9249.3715.49
Hex303B14130424D4d31f
Octal6073242301021151156117
Binary110000111011101001001101000010100110110011011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,59,20); }

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

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

 a { background-color: rgb(48,59,20); }

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

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

 span { border-color: rgb(48,59,20); }

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