#30510D

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

Shades of Turtle Green #30510D

Tints of Turtle Green #30510D

Color information

#30510D (or 0x30510D) is unknown color: approx Turtle Green. HEX triplet: 30, 51 and 0D. RGB value is (48,81,13). Sum of RGB (Red+Green+Blue) = 48+81+13=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 81 (32.03% from 255 or 57.04% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 81 - color contains mainly: green. Hex color #30510D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30510D is #CFAEF2. Grayscale: #3F3F3F. Windows color (decimal): -13610739 or 872752. OLE color: 872752.

HSL color Cylindrical-coordinate representation of color #30510D: hue angle of 89.12º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30510D is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB488113-
CMYK0.4100.840.68
HSL89.12º72.34%18.43%-
HSV(B)89.12º83.95%31.76%-
XYZ4.236.541.42-
YUV63.3899.57117.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.80%
GREEN value IS 81 (32.03% from 255) = 57.04%
BLUE value IS 13 (5.47% from 255) = 9.15%
R=33.80%
G=57.04%
B=9.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4881130.4100.840.6889.1272.3418.43
Hex3051D2905444594812
Octal601211551012410413111022
Binary110000101000111011010010101010010001001011001100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30510D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30510D; }

 p { color: rgb(48,81,13); }

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

<style>
 a { background-color: #30510D; }

 a { background-color: rgb(48,81,13); }

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

<style>
 span { border-color: #30510D; }

 span { border-color: rgb(48,81,13); }

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