#303F0B

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

Shades of Turtle Green #303F0B

Tints of Turtle Green #303F0B

Color information

#303F0B (or 0x303F0B) is unknown color: approx Turtle Green. HEX triplet: 30, 3F and 0B. RGB value is (48,63,11). Sum of RGB (Red+Green+Blue) = 48+63+11=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 63 (25% from 255 or 51.64% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 63 - color contains mainly: green. Hex color #303F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303F0B is #CFC0F4. Grayscale: #343434. Windows color (decimal): -13615349 or 737072. OLE color: 737072.

HSL color Cylindrical-coordinate representation of color #303F0B: hue angle of 77.31º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #303F0B is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB486311-
CMYK0.2400.830.75
HSL77.31º70.27%14.51%-
HSV(B)77.31º82.54%24.71%-
XYZ3.064.210.97-
YUV52.59104.53124.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.34%
GREEN value IS 63 (25% from 255) = 51.64%
BLUE value IS 11 (4.69% from 255) = 9.02%
R=39.34%
G=51.64%
B=9.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4863110.2400.830.7577.3170.2714.51
Hex303FB180534B4d46f
Octal60771330012311311510617
Binary110000111111101111000010100111001011100110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,63,11); }

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

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

 a { background-color: rgb(48,63,11); }

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

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

 span { border-color: rgb(48,63,11); }

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