Html Css Color HEX #304414 Turtle Green

📋 copy color: '#304414'

red 48 ◦ green 68 ◦ blue 20

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

Shades of Turtle Green #304414

Tints of Turtle Green #304414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 50%

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

R = 35.29%
G = 50%
B = 14.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#304414 (or 0x304414) is known color: Turtle Green. HEX triplet: 30, 44 and 14. RGB value is (48,68,20). Sum of RGB (Red+Green+Blue) = 48+68+20=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #304414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304414 is #CFBBEB. Grayscale: #383838. Windows color (decimal): -13614060 or 1328176. OLE color: 1328176.

HSL color Cylindrical-coordinate representation of color #304414: hue angle of 85º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #304414 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 68 20 -
CMYK 0.29 0 0.71 0.73
HSL 85º 0.55% 0.17% -
HSV(B) 85º 0.71% 0.27% -
XYZ 3.41 4.81 1.41 -
YUV 56.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 48 68 20 0.29 0 0.71 0.73 85 0.55 0.17
Hex 30 44 14 1D 0 47 49 55 37 11
Octal 60 104 24 35 0 107 111 125 67 21
Binary 110000 1000100 10100 11101 0 1000111 1001001 1010101 110111 10001

Color Harmonies of #304414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304414

Black with #304414

Text Example


Text Example

White with #304414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304414; }

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

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

background-color css

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

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

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

border-color css

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

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

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