#303D0C

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

Shades of Turtle Green #303D0C

Tints of Turtle Green #303D0C

Color information

#303D0C (or 0x303D0C) is unknown color: approx Turtle Green. HEX triplet: 30, 3D and 0C. RGB value is (48,61,12). Sum of RGB (Red+Green+Blue) = 48+61+12=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 61 (24.22% from 255 or 50.41% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 61 - color contains mainly: green. Hex color #303D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303D0C is #CFC2F3. Grayscale: #333333. Windows color (decimal): -13615860 or 802096. OLE color: 802096.

HSL color Cylindrical-coordinate representation of color #303D0C: hue angle of 75.92º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #303D0C is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB486112-
CMYK0.2100.800.76
HSL75.92º67.12%14.31%-
HSV(B)75.92º80.33%23.92%-
XYZ2.953.990.96-
YUV51.53105.69125.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 61 (24.22% from 255) = 50.41%
BLUE value IS 12 (5.08% from 255) = 9.92%
R=39.67%
G=50.41%
B=9.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4861120.2100.800.7675.9267.1214.31
Hex303DC150504C4c43e
Octal60751425012011411410316
Binary110000111101110010101010100001001100100110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,61,12); }

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

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

 a { background-color: rgb(48,61,12); }

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

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

 span { border-color: rgb(48,61,12); }

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