#30340A

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

Shades of Turtle Green #30340A

Tints of Turtle Green #30340A

Color information

#30340A (or 0x30340A) is unknown color: approx Turtle Green. HEX triplet: 30, 34 and 0A. RGB value is (48,52,10). Sum of RGB (Red+Green+Blue) = 48+52+10=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #30340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30340A is #CFCBF5. Grayscale: #2E2E2E. Windows color (decimal): -13618166 or 668720. OLE color: 668720.

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

Color convert

RGB485210-
CMYK0.0800.810.80
HSL65.71º67.74%12.16%-
HSV(B)65.71º80.77%20.39%-
XYZ2.53.110.75-
YUV46.02107.67129.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 52 (20.70% from 255) = 47.27%
BLUE value IS 10 (4.30% from 255) = 9.09%
R=43.64%
G=47.27%
B=9.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4852100.0800.810.8065.7167.7412.16
Hex3034A8051504244c
Octal60641210012112010210414
Binary11000011010010101000010100011010000100001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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