#303A1B

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

Shades of Turtle Green #303A1B

Tints of Turtle Green #303A1B

Color information

#303A1B (or 0x303A1B) is unknown color: approx Turtle Green. HEX triplet: 30, 3A and 1B. RGB value is (48,58,27). Sum of RGB (Red+Green+Blue) = 48+58+27=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 58 - color contains mainly: green. Hex color #303A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A1B is #CFC5E4. Grayscale: #333333. Windows color (decimal): -13616613 or 1784368. OLE color: 1784368.

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

Color convert

RGB485827-
CMYK0.1700.530.77
HSL79.35º36.47%16.67%-
HSV(B)79.35º53.45%22.75%-
XYZ2.933.731.6-
YUV51.48114.19125.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.09%
GREEN value IS 58 (23.05% from 255) = 43.61%
BLUE value IS 27 (10.94% from 255) = 20.30%
R=36.09%
G=43.61%
B=20.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4858270.1700.530.7779.3536.4716.67
Hex303A1B110354D4f2411
Octal607233210651151174421
Binary110000111010110111000101101011001101100111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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