#303413

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

Shades of Turtle Green #303413

Tints of Turtle Green #303413

Color information

#303413 (or 0x303413) is unknown color: approx Turtle Green. HEX triplet: 30, 34 and 13. RGB value is (48,52,19). Sum of RGB (Red+Green+Blue) = 48+52+19=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 52 - color contains mainly: green. Hex color #303413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303413 is #CFCBEC. Grayscale: #2F2F2F. Windows color (decimal): -13618157 or 1258544. OLE color: 1258544.

HSL color Cylindrical-coordinate representation of color #303413: hue angle of 67.27º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #303413 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB485219-
CMYK0.0800.630.80
HSL67.27º46.48%13.92%-
HSV(B)67.27º63.46%20.39%-
XYZ2.563.131.09-
YUV47.04112.17128.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.34%
GREEN value IS 52 (20.70% from 255) = 43.70%
BLUE value IS 19 (7.81% from 255) = 15.97%
R=40.34%
G=43.70%
B=15.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4852190.0800.630.8067.2746.4813.92
Hex303413803F50432ee
Octal606423100771201035616
Binary1100001101001001110000111111101000010000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303413; }

 p { color: rgb(48,52,19); }

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

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

 a { background-color: rgb(48,52,19); }

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

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

 span { border-color: rgb(48,52,19); }

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