#30470A

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

Shades of Turtle Green #30470A

Tints of Turtle Green #30470A

Color information

#30470A (or 0x30470A) is unknown color: approx Turtle Green. HEX triplet: 30, 47 and 0A. RGB value is (48,71,10). Sum of RGB (Red+Green+Blue) = 48+71+10=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #30470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30470A is #CFB8F5. Grayscale: #393939. Windows color (decimal): -13613302 or 673584. OLE color: 673584.

HSL color Cylindrical-coordinate representation of color #30470A: hue angle of 82.62º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30470A is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB487110-
CMYK0.3200.860.72
HSL82.62º75.31%15.88%-
HSV(B)82.62º85.92%27.84%-
XYZ3.535.161.1-
YUV57.17101.38121.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.21%
GREEN value IS 71 (28.12% from 255) = 55.04%
BLUE value IS 10 (4.30% from 255) = 7.75%
R=37.21%
G=55.04%
B=7.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4871100.3200.860.7282.6275.3115.88
Hex3047A2005648534b10
Octal601071240012611012311320
Binary110000100011110101000000101011010010001010011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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