Html Css Color HEX #303412 Turtle Green

📋 copy color: '#303412'

red 48 ◦ green 52 ◦ blue 18

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

Shades of Turtle Green #303412

Tints of Turtle Green #303412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 44.07%

 BLUE value IS 18 (7.42% from 255) = 15.25%

R = 40.68%
G = 44.07%
B = 15.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#303412 (or 0x303412) is known color: Turtle Green. HEX triplet: 30, 34 and 12. RGB value is (48,52,18). Sum of RGB (Red+Green+Blue) = 48+52+18=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 52 - color contains mainly: green. Hex color #303412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303412 is #CFCBED. Grayscale: #2F2F2F. Windows color (decimal): -13618158 or 1193008. OLE color: 1193008.

HSL color Cylindrical-coordinate representation of color #303412: hue angle of 67.06º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #303412 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 52 18 -
CMYK 0.08 0 0.65 0.80
HSL 67.06º 0.49% 0.14% -
HSV(B) 67.06º 0.65% 0.2% -
XYZ 2.56 3.13 1.04 -
YUV 46.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 48 52 18 0.08 0 0.65 0.80 67.06 0.49 0.14
Hex 30 34 12 8 0 41 50 43 31 E
Octal 60 64 22 10 0 101 120 103 61 16
Binary 110000 110100 10010 1000 0 1000001 1010000 1000011 110001 1110

Color Harmonies of #303412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303412

Black with #303412

Text Example


Text Example

White with #303412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303412; }

 p { color: rgb(48,52,18); }

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

background-color css

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

 a { background-color: rgb(48,52,18); }

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

border-color css

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

 span { border-color: rgb(48,52,18); }

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