#30480B

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

Shades of Turtle Green #30480B

Tints of Turtle Green #30480B

Color information

#30480B (or 0x30480B) is unknown color: approx Turtle Green. HEX triplet: 30, 48 and 0B. RGB value is (48,72,11). Sum of RGB (Red+Green+Blue) = 48+72+11=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #30480B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30480B is #CFB7F4. Grayscale: #3A3A3A. Windows color (decimal): -13613045 or 739376. OLE color: 739376.

HSL color Cylindrical-coordinate representation of color #30480B: hue angle of 83.61º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30480B is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB487211-
CMYK0.3300.850.72
HSL83.61º73.49%16.27%-
HSV(B)83.61º84.72%28.24%-
XYZ3.65.291.15-
YUV57.87101.55120.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 72 (28.52% from 255) = 54.96%
BLUE value IS 11 (4.69% from 255) = 8.40%
R=36.64%
G=54.96%
B=8.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4872110.3300.850.7283.6173.4916.27
Hex3048B2105548544910
Octal601101341012511012411120
Binary110000100100010111000010101010110010001010100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30480B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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