#303B1D

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

Shades of Turtle Green #303B1D

Tints of Turtle Green #303B1D

Color information

#303B1D (or 0x303B1D) is unknown color: approx Turtle Green. HEX triplet: 30, 3B and 1D. RGB value is (48,59,29). Sum of RGB (Red+Green+Blue) = 48+59+29=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 59 (23.44% from 255 or 43.38% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 59 - color contains mainly: green. Hex color #303B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B1D is #CFC4E2. Grayscale: #343434. Windows color (decimal): -13616355 or 1915696. OLE color: 1915696.

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

Color convert

RGB485929-
CMYK0.1900.510.77
HSL82º34.09%17.25%-
HSV(B)82º50.85%23.14%-
XYZ33.851.75-
YUV52.29114.86124.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.29%
GREEN value IS 59 (23.44% from 255) = 43.38%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=35.29%
G=43.38%
B=21.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4859290.1900.510.778234.0917.25
Hex303B1D130334D522211
Octal607335230631151224221
Binary110000111011111011001101100111001101101001010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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