#303716

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

Shades of Turtle Green #303716

Tints of Turtle Green #303716

Color information

#303716 (or 0x303716) is unknown color: approx Turtle Green. HEX triplet: 30, 37 and 16. RGB value is (48,55,22). Sum of RGB (Red+Green+Blue) = 48+55+22=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 55 - color contains mainly: green. Hex color #303716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303716 is #CFC8E9. Grayscale: #313131. Windows color (decimal): -13617386 or 1455920. OLE color: 1455920.

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

Color convert

RGB485522-
CMYK0.1300.60.78
HSL72.73º42.86%15.1%-
HSV(B)72.73º60%21.57%-
XYZ2.733.421.28-
YUV49.14112.68127.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.4%
GREEN value IS 55 (21.88% from 255) = 44%
BLUE value IS 22 (8.98% from 255) = 17.6%
R=38.4%
G=44%
B=17.6%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4855220.1300.60.7872.7342.8615.1
Hex303716D03C4E492bf
Octal606726150741161115317
Binary1100001101111011011010111100100111010010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303716; }

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

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

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

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

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

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

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

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