#303309

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

Shades of Turtle Green #303309

Tints of Turtle Green #303309

Color information

#303309 (or 0x303309) is unknown color: approx Turtle Green. HEX triplet: 30, 33 and 09. RGB value is (48,51,9). Sum of RGB (Red+Green+Blue) = 48+51+9=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #303309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303309 is #CFCCF6. Grayscale: #2D2D2D. Windows color (decimal): -13618423 or 602928. OLE color: 602928.

HSL color Cylindrical-coordinate representation of color #303309: hue angle of 64.29º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #303309 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.8.

Color convert

RGB48519-
CMYK0.0600.820.8
HSL64.29º70%11.76%-
HSV(B)64.29º82.35%20%-
XYZ2.453.020.71-
YUV45.32107.51129.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.44%
GREEN value IS 51 (20.31% from 255) = 47.22%
BLUE value IS 9 (3.91% from 255) = 8.33%
R=44.44%
G=47.22%
B=8.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal485190.0600.820.864.297011.76
Hex303396052504046c
Octal6063116012212010010614
Binary1100001100111001110010100101010000100000010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303309; }

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

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

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

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

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

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

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

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