#30391D

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

Shades of Turtle Green #30391D

Tints of Turtle Green #30391D

Color information

#30391D (or 0x30391D) is unknown color: approx Turtle Green. HEX triplet: 30, 39 and 1D. RGB value is (48,57,29). Sum of RGB (Red+Green+Blue) = 48+57+29=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 57 - color contains mainly: green. Hex color #30391D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30391D is #CFC6E2. Grayscale: #333333. Windows color (decimal): -13616867 or 1915184. OLE color: 1915184.

HSL color Cylindrical-coordinate representation of color #30391D: hue angle of 79.29º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30391D is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB485729-
CMYK0.1600.490.78
HSL79.29º32.56%16.86%-
HSV(B)79.29º49.12%22.35%-
XYZ2.93.641.71-
YUV51.12115.52125.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 57 (22.66% from 255) = 42.54%
BLUE value IS 29 (11.72% from 255) = 21.64%
R=35.82%
G=42.54%
B=21.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4857290.1600.490.7879.2932.5616.86
Hex30391D100314E4f2111
Octal607135200611161174121
Binary110000111001111011000001100011001110100111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30391D; }

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

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

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

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

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

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

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

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