Html Css Color HEX #303614 Turtle Green

📋 copy color: '#303614'

red 48 ◦ green 54 ◦ blue 20

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

Shades of Turtle Green #303614

Tints of Turtle Green #303614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 44.26%

 BLUE value IS 20 (8.2% from 255) = 16.39%

R = 39.34%
G = 44.26%
B = 16.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#303614 (or 0x303614) is known color: Turtle Green. HEX triplet: 30, 36 and 14. RGB value is (48,54,20). Sum of RGB (Red+Green+Blue) = 48+54+20=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 54 - color contains mainly: green. Hex color #303614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303614 is #CFC9EB. Grayscale: #303030. Windows color (decimal): -13617644 or 1324592. OLE color: 1324592.

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

Color convert

RGB 48 54 20 -
CMYK 0.11 0 0.63 0.79
HSL 70.59º 0.46% 0.15% -
HSV(B) 70.59º 0.63% 0.21% -
XYZ 2.66 3.32 1.16 -
YUV 48.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 48 54 20 0.11 0 0.63 0.79 70.59 0.46 0.15
Hex 30 36 14 B 0 3F 4F 47 2E F
Octal 60 66 24 13 0 77 117 107 56 17
Binary 110000 110110 10100 1011 0 111111 1001111 1000111 101110 1111

Color Harmonies of #303614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303614

Black with #303614

Text Example


Text Example

White with #303614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303614; }

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

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

background-color css

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

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

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

border-color css

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

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

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