#303506

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

Shades of Turtle Green #303506

Tints of Turtle Green #303506

Color information

#303506 (or 0x303506) is unknown color: approx Turtle Green. HEX triplet: 30, 35 and 06. RGB value is (48,53,6). Sum of RGB (Red+Green+Blue) = 48+53+6=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 53 - color contains mainly: green. Hex color #303506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303506 is #CFCAF9. Grayscale: #2E2E2E. Windows color (decimal): -13617914 or 406832. OLE color: 406832.

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

Color convert

RGB48536-
CMYK0.0900.890.79
HSL66.38º79.66%11.57%-
HSV(B)66.38º88.68%20.78%-
XYZ2.523.190.65-
YUV46.15105.34129.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.86%
GREEN value IS 53 (21.09% from 255) = 49.53%
BLUE value IS 6 (2.73% from 255) = 5.61%
R=44.86%
G=49.53%
B=5.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal485360.0900.890.7966.3879.6611.57
Hex3035690594F4250c
Octal6065611013111710212014
Binary1100001101011101001010110011001111100001010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303506; }

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

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

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

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

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

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

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

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