Html Css Color HEX #303516 Turtle Green

📋 copy color: '#303516'

red 48 ◦ green 53 ◦ blue 22

#303516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #303516

Tints of Turtle Green #303516

RGB

 RED value IS 48 (19.14% from 255) = 39.02%

 GREEN value IS 53 (21.09% from 255) = 43.09%

 BLUE value IS 22 (8.98% from 255) = 17.89%

R = 39.02%
G = 43.09%
B = 17.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.79

RGB Variations

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

Color information

#303516 (or 0x303516) is known color: Turtle Green. HEX triplet: 30, 35 and 16. RGB value is (48,53,22). Sum of RGB (Red+Green+Blue) = 48+53+22=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 53 - color contains mainly: green. Hex color #303516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303516 is #CFCAE9. Grayscale: #303030. Windows color (decimal): -13617898 or 1455408. OLE color: 1455408.

HSL color Cylindrical-coordinate representation of color #303516: hue angle of 69.68º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303516 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 53 22 -
CMYK 0.09 0 0.58 0.79
HSL 69.68º 0.41% 0.15% -
HSV(B) 69.68º 0.58% 0.21% -
XYZ 2.64 3.23 1.24 -
YUV 47.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 48 53 22 0.09 0 0.58 0.79 69.68 0.41 0.15
Hex 30 35 16 9 0 3A 4F 46 29 F
Octal 60 65 26 11 0 72 117 106 51 17
Binary 110000 110101 10110 1001 0 111010 1001111 1000110 101001 1111

Color Harmonies of #303516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303516

Black with #303516

Text Example


Text Example

White with #303516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303516; }

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

 H1.HeaderClassName
 {
   color: #303516;
 }
 .AnyTagClassName
 {
   color: #303516;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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