#30340E

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

Shades of Turtle Green #30340E

Tints of Turtle Green #30340E

Color information

#30340E (or 0x30340E) is unknown color: approx Turtle Green. HEX triplet: 30, 34 and 0E. RGB value is (48,52,14). Sum of RGB (Red+Green+Blue) = 48+52+14=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 52 - color contains mainly: green. Hex color #30340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30340E is #CFCBF1. Grayscale: #2E2E2E. Windows color (decimal): -13618162 or 930864. OLE color: 930864.

HSL color Cylindrical-coordinate representation of color #30340E: hue angle of 66.32º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30340E is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.80.

Color convert

RGB485214-
CMYK0.0800.730.80
HSL66.32º57.58%12.94%-
HSV(B)66.32º73.08%20.39%-
XYZ2.533.120.88-
YUV46.47109.67129.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.11%
GREEN value IS 52 (20.70% from 255) = 45.61%
BLUE value IS 14 (5.86% from 255) = 12.28%
R=42.11%
G=45.61%
B=12.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4852140.0800.730.8066.3257.5812.94
Hex3034E804950423ad
Octal6064161001111201027215
Binary1100001101001110100001001001101000010000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30340E; }

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

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

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

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

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

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

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

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