#30350E

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

Shades of Turtle Green #30350E

Tints of Turtle Green #30350E

Color information

#30350E (or 0x30350E) is unknown color: approx Turtle Green. HEX triplet: 30, 35 and 0E. RGB value is (48,53,14). Sum of RGB (Red+Green+Blue) = 48+53+14=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 53 - color contains mainly: green. Hex color #30350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30350E is #CFCAF1. Grayscale: #2F2F2F. Windows color (decimal): -13617906 or 931120. OLE color: 931120.

HSL color Cylindrical-coordinate representation of color #30350E: hue angle of 67.69º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30350E is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB485314-
CMYK0.0900.740.79
HSL67.69º58.21%13.14%-
HSV(B)67.69º73.58%20.78%-
XYZ2.573.210.9-
YUV47.06109.34128.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 53 (21.09% from 255) = 46.09%
BLUE value IS 14 (5.86% from 255) = 12.17%
R=41.74%
G=46.09%
B=12.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4853140.0900.740.7967.6958.2113.14
Hex3035E904A4F443ad
Octal6065161101121171047215
Binary1100001101011110100101001010100111110001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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