#303B06

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

Shades of Turtle Green #303B06

Tints of Turtle Green #303B06

Color information

#303B06 (or 0x303B06) is unknown color: approx Turtle Green. HEX triplet: 30, 3B and 06. RGB value is (48,59,6). Sum of RGB (Red+Green+Blue) = 48+59+6=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 59 (23.44% from 255 or 52.21% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 59 - color contains mainly: green. Hex color #303B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303B06 is #CFC4F9. Grayscale: #313131. Windows color (decimal): -13616378 or 408368. OLE color: 408368.

HSL color Cylindrical-coordinate representation of color #303B06: hue angle of 72.45º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #303B06 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.77.

Color convert

RGB48596-
CMYK0.1900.900.77
HSL72.45º81.54%12.75%-
HSV(B)72.45º89.83%23.14%-
XYZ2.823.770.75-
YUV49.67103.36126.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 59 (23.44% from 255) = 52.21%
BLUE value IS 6 (2.73% from 255) = 5.31%
R=42.48%
G=52.21%
B=5.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal485960.1900.900.7772.4581.5412.75
Hex303B61305A4D4852d
Octal6073623013211511012215
Binary11000011101111010011010110101001101100100010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303B06; }

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

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

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

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

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

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

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

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