#303714

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

Shades of Turtle Green #303714

Tints of Turtle Green #303714

Color information

#303714 (or 0x303714) is unknown color: approx Turtle Green. HEX triplet: 30, 37 and 14. RGB value is (48,55,20). Sum of RGB (Red+Green+Blue) = 48+55+20=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 55 - color contains mainly: green. Hex color #303714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303714 is #CFC8EB. Grayscale: #313131. Windows color (decimal): -13617388 or 1324848. OLE color: 1324848.

HSL color Cylindrical-coordinate representation of color #303714: hue angle of 72º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #303714 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB485520-
CMYK0.1300.640.78
HSL72º46.67%14.71%-
HSV(B)72º63.64%21.57%-
XYZ2.713.411.18-
YUV48.92111.68127.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 55 (21.88% from 255) = 44.72%
BLUE value IS 20 (8.20% from 255) = 16.26%
R=39.02%
G=44.72%
B=16.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4855200.1300.640.787246.6714.71
Hex303714D0404E482ff
Octal6067241501001161105717
Binary11000011011110100110101000000100111010010001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303714; }

 p { color: rgb(48,55,20); }

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

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

 a { background-color: rgb(48,55,20); }

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

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

 span { border-color: rgb(48,55,20); }

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