#303708

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

Shades of Turtle Green #303708

Tints of Turtle Green #303708

Color information

#303708 (or 0x303708) is unknown color: approx Turtle Green. HEX triplet: 30, 37 and 08. RGB value is (48,55,8). Sum of RGB (Red+Green+Blue) = 48+55+8=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 55 - color contains mainly: green. Hex color #303708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303708 is #CFC8F7. Grayscale: #2F2F2F. Windows color (decimal): -13617400 or 538416. OLE color: 538416.

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

Color convert

RGB48558-
CMYK0.1300.850.78
HSL68.94º74.6%12.35%-
HSV(B)68.94º85.45%21.57%-
XYZ2.633.380.74-
YUV47.55105.68128.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.24%
GREEN value IS 55 (21.88% from 255) = 49.55%
BLUE value IS 8 (3.52% from 255) = 7.21%
R=43.24%
G=49.55%
B=7.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal485580.1300.850.7868.9474.612.35
Hex30378D0554E454bc
Octal60671015012511610511314
Binary11000011011110001101010101011001110100010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303708; }

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

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

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

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

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

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

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

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