Html Css Color HEX #304412 Turtle Green

📋 copy color: '#304412'

red 48 ◦ green 68 ◦ blue 18

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

Shades of Turtle Green #304412

Tints of Turtle Green #304412

RGB

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

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

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

R = 35.82%
G = 50.75%
B = 13.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#304412 (or 0x304412) is known color: Turtle Green. HEX triplet: 30, 44 and 12. RGB value is (48,68,18). Sum of RGB (Red+Green+Blue) = 48+68+18=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #304412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304412 is #CFBBED. Grayscale: #383838. Windows color (decimal): -13614062 or 1197104. OLE color: 1197104.

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

Color convert

RGB 48 68 18 -
CMYK 0.29 0 0.74 0.73
HSL 84º 0.58% 0.17% -
HSV(B) 84º 0.74% 0.27% -
XYZ 3.4 4.81 1.32 -
YUV 56.32 106.37 122.07 -
System Red Green Blue C M Y K H S L
Decimal 48 68 18 0.29 0 0.74 0.73 84 0.58 0.17
Hex 30 44 12 1D 0 4A 49 54 3A 11
Octal 60 104 22 35 0 112 111 124 72 21
Binary 110000 1000100 10010 11101 0 1001010 1001001 1010100 111010 10001

Color Harmonies of #304412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304412

Black with #304412

Text Example


Text Example

White with #304412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304412; }

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

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

background-color css

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

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

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

border-color css

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

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

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