#30460B

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

Shades of Turtle Green #30460B

Tints of Turtle Green #30460B

Color information

#30460B (or 0x30460B) is unknown color: approx Turtle Green. HEX triplet: 30, 46 and 0B. RGB value is (48,70,11). Sum of RGB (Red+Green+Blue) = 48+70+11=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 70 (27.73% from 255 or 54.26% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 70 - color contains mainly: green. Hex color #30460B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30460B is #CFB9F4. Grayscale: #383838. Windows color (decimal): -13613557 or 738864. OLE color: 738864.

HSL color Cylindrical-coordinate representation of color #30460B: hue angle of 82.37º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30460B is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB487011-
CMYK0.3100.840.73
HSL82.37º72.84%15.88%-
HSV(B)82.37º84.29%27.45%-
XYZ3.475.031.11-
YUV56.7102.21121.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.21%
GREEN value IS 70 (27.73% from 255) = 54.26%
BLUE value IS 11 (4.69% from 255) = 8.53%
R=37.21%
G=54.26%
B=8.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4870110.3100.840.7382.3772.8415.88
Hex3046B1F05449524910
Octal601061337012411112211120
Binary11000010001101011111110101010010010011010010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30460B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30460B; }

 p { color: rgb(48,70,11); }

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

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

 a { background-color: rgb(48,70,11); }

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

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

 span { border-color: rgb(48,70,11); }

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