#303A1C

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

Shades of Turtle Green #303A1C

Tints of Turtle Green #303A1C

Color information

#303A1C (or 0x303A1C) is unknown color: approx Turtle Green. HEX triplet: 30, 3A and 1C. RGB value is (48,58,28). Sum of RGB (Red+Green+Blue) = 48+58+28=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 58 - color contains mainly: green. Hex color #303A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A1C is #CFC5E3. Grayscale: #333333. Windows color (decimal): -13616612 or 1849904. OLE color: 1849904.

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

Color convert

RGB485828-
CMYK0.1700.520.77
HSL80º34.88%16.86%-
HSV(B)80º51.72%22.75%-
XYZ2.943.741.67-
YUV51.59114.69125.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 58 (23.05% from 255) = 43.28%
BLUE value IS 28 (11.33% from 255) = 20.90%
R=35.82%
G=43.28%
B=20.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4858280.1700.520.778034.8816.86
Hex303A1C110344D502311
Octal607234210641151204321
Binary110000111010111001000101101001001101101000010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,58,28); }

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

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

 a { background-color: rgb(48,58,28); }

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

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

 span { border-color: rgb(48,58,28); }

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