#303709

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

Shades of Turtle Green #303709

Tints of Turtle Green #303709

Color information

#303709 (or 0x303709) is unknown color: approx Turtle Green. HEX triplet: 30, 37 and 09. RGB value is (48,55,9). Sum of RGB (Red+Green+Blue) = 48+55+9=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #303709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303709 is #CFC8F6. Grayscale: #2F2F2F. Windows color (decimal): -13617399 or 603952. OLE color: 603952.

HSL color Cylindrical-coordinate representation of color #303709: hue angle of 69.13º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #303709 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB48559-
CMYK0.1300.840.78
HSL69.13º71.88%12.55%-
HSV(B)69.13º83.64%21.57%-
XYZ2.633.380.77-
YUV47.66106.18128.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 55 (21.88% from 255) = 49.11%
BLUE value IS 9 (3.91% from 255) = 8.04%
R=42.86%
G=49.11%
B=8.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal485590.1300.840.7869.1371.8812.55
Hex30379D0544E4548d
Octal60671115012411610511015
Binary11000011011110011101010101001001110100010110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303709; }

 p { color: rgb(48,55,9); }

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

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

 a { background-color: rgb(48,55,9); }

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

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

 span { border-color: rgb(48,55,9); }

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