#30480A

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

Shades of Turtle Green #30480A

Tints of Turtle Green #30480A

Color information

#30480A (or 0x30480A) is unknown color: approx Turtle Green. HEX triplet: 30, 48 and 0A. RGB value is (48,72,10). Sum of RGB (Red+Green+Blue) = 48+72+10=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #30480A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30480A is #CFB7F5. Grayscale: #393939. Windows color (decimal): -13613046 or 673840. OLE color: 673840.

HSL color Cylindrical-coordinate representation of color #30480A: hue angle of 83.23º degrees, saturation: 0.76, 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 #30480A is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB487210-
CMYK0.3300.860.72
HSL83.23º75.61%16.08%-
HSV(B)83.23º86.11%28.24%-
XYZ3.595.291.12-
YUV57.76101.05121.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.92%
GREEN value IS 72 (28.52% from 255) = 55.38%
BLUE value IS 10 (4.30% from 255) = 7.69%
R=36.92%
G=55.38%
B=7.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4872100.3300.860.7283.2375.6116.08
Hex3048A2105648534c10
Octal601101241012611012311420
Binary110000100100010101000010101011010010001010011100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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