#303605

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

Shades of Turtle Green #303605

Tints of Turtle Green #303605

Color information

#303605 (or 0x303605) is unknown color: approx Turtle Green. HEX triplet: 30, 36 and 05. RGB value is (48,54,5). Sum of RGB (Red+Green+Blue) = 48+54+5=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 54 (21.48% from 255 or 50.47% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 54 - color contains mainly: green. Hex color #303605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303605 is #CFC9FA. Grayscale: #2E2E2E. Windows color (decimal): -13617659 or 341552. OLE color: 341552.

HSL color Cylindrical-coordinate representation of color #303605: hue angle of 67.35º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #303605 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB48545-
CMYK0.1100.910.79
HSL67.35º83.05%11.57%-
HSV(B)67.35º90.74%21.18%-
XYZ2.573.280.64-
YUV46.62104.51128.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.86%
GREEN value IS 54 (21.48% from 255) = 50.47%
BLUE value IS 5 (2.34% from 255) = 4.67%
R=44.86%
G=50.47%
B=4.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal485450.1100.910.7967.3583.0511.57
Hex30365B05B4F4353c
Octal6066513013311710312314
Binary1100001101101011011010110111001111100001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303605; }

 p { color: rgb(48,54,5); }

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

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

 a { background-color: rgb(48,54,5); }

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

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

 span { border-color: rgb(48,54,5); }

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