#303306

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

Shades of Turtle Green #303306

Tints of Turtle Green #303306

Color information

#303306 (or 0x303306) is unknown color: approx Turtle Green. HEX triplet: 30, 33 and 06. RGB value is (48,51,6). Sum of RGB (Red+Green+Blue) = 48+51+6=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #303306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303306 is #CFCCF9. Grayscale: #2D2D2D. Windows color (decimal): -13618426 or 406320. OLE color: 406320.

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

Color convert

RGB48516-
CMYK0.0600.880.8
HSL64º78.95%11.18%-
HSV(B)64º88.24%20%-
XYZ2.443.010.62-
YUV44.97106.01130.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 51 (20.31% from 255) = 48.57%
BLUE value IS 6 (2.73% from 255) = 5.71%
R=45.71%
G=48.57%
B=5.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal485160.0600.880.86478.9511.18
Hex30336605850404fb
Octal606366013012010011713
Binary110000110011110110010110001010000100000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303306; }

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

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

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

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

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

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

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

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