#303806

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

Shades of Turtle Green #303806

Tints of Turtle Green #303806

Color information

#303806 (or 0x303806) is unknown color: approx Turtle Green. HEX triplet: 30, 38 and 06. RGB value is (48,56,6). Sum of RGB (Red+Green+Blue) = 48+56+6=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #303806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303806 is #CFC7F9. Grayscale: #303030. Windows color (decimal): -13617146 or 407600. OLE color: 407600.

HSL color Cylindrical-coordinate representation of color #303806: hue angle of 69.6º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #303806 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB48566-
CMYK0.1400.890.78
HSL69.6º80.65%12.16%-
HSV(B)69.6º89.29%21.96%-
XYZ2.673.470.7-
YUV47.91104.35128.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 56 (22.27% from 255) = 50.91%
BLUE value IS 6 (2.73% from 255) = 5.45%
R=43.64%
G=50.91%
B=5.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal485660.1400.890.7869.680.6512.16
Hex30386E0594E4651c
Octal6070616013111610612114
Binary1100001110001101110010110011001110100011010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303806; }

 p { color: rgb(48,56,6); }

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

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

 a { background-color: rgb(48,56,6); }

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

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

 span { border-color: rgb(48,56,6); }

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