#303E10

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

Shades of Turtle Green #303E10

Tints of Turtle Green #303E10

Color information

#303E10 (or 0x303E10) is unknown color: approx Turtle Green. HEX triplet: 30, 3E and 10. RGB value is (48,62,16). Sum of RGB (Red+Green+Blue) = 48+62+16=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 62 (24.61% from 255 or 49.21% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 62 - color contains mainly: green. Hex color #303E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303E10 is #CFC1EF. Grayscale: #343434. Windows color (decimal): -13615600 or 1064496. OLE color: 1064496.

HSL color Cylindrical-coordinate representation of color #303E10: hue angle of 78.26º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #303E10 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.

Color convert

RGB486216-
CMYK0.2300.740.76
HSL78.26º58.97%15.29%-
HSV(B)78.26º74.19%24.31%-
XYZ3.044.111.12-
YUV52.57107.36124.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.10%
GREEN value IS 62 (24.61% from 255) = 49.21%
BLUE value IS 16 (6.64% from 255) = 12.70%
R=38.10%
G=49.21%
B=12.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4862160.2300.740.7678.2658.9715.29
Hex303E101704A4C4e3bf
Octal6076202701121141167317
Binary110000111110100001011101001010100110010011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,62,16); }

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

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

 a { background-color: rgb(48,62,16); }

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

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

 span { border-color: rgb(48,62,16); }

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