#30350C

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

Shades of Turtle Green #30350C

Tints of Turtle Green #30350C

Color information

#30350C (or 0x30350C) is unknown color: approx Turtle Green. HEX triplet: 30, 35 and 0C. RGB value is (48,53,12). Sum of RGB (Red+Green+Blue) = 48+53+12=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 53 - color contains mainly: green. Hex color #30350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30350C is #CFCAF3. Grayscale: #2E2E2E. Windows color (decimal): -13617908 or 800048. OLE color: 800048.

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

Color convert

RGB485312-
CMYK0.0900.770.79
HSL67.32º63.08%12.75%-
HSV(B)67.32º77.36%20.78%-
XYZ2.563.20.83-
YUV46.83108.34128.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 53 (21.09% from 255) = 46.90%
BLUE value IS 12 (5.08% from 255) = 10.62%
R=42.48%
G=46.90%
B=10.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4853120.0900.770.7967.3263.0812.75
Hex3035C904D4F433fd
Octal6065141101151171037715
Binary1100001101011100100101001101100111110000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30350C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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