Html Css Color HEX #304513 Turtle Green

📋 copy color: '#304513'

red 48 ◦ green 69 ◦ blue 19

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

Shades of Turtle Green #304513

Tints of Turtle Green #304513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 50.74%

 BLUE value IS 19 (7.81% from 255) = 13.97%

R = 35.29%
G = 50.74%
B = 13.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#304513 (or 0x304513) is known color: Turtle Green. HEX triplet: 30, 45 and 13. RGB value is (48,69,19). Sum of RGB (Red+Green+Blue) = 48+69+19=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #304513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304513 is #CFBAEC. Grayscale: #393939. Windows color (decimal): -13613805 or 1262896. OLE color: 1262896.

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

Color convert

RGB 48 69 19 -
CMYK 0.30 0 0.72 0.73
HSL 85.2º 0.57% 0.17% -
HSV(B) 85.2º 0.72% 0.27% -
XYZ 3.46 4.93 1.39 -
YUV 57.02 106.54 121.57 -
System Red Green Blue C M Y K H S L
Decimal 48 69 19 0.30 0 0.72 0.73 85.2 0.57 0.17
Hex 30 45 13 1E 0 48 49 55 39 11
Octal 60 105 23 36 0 110 111 125 71 21
Binary 110000 1000101 10011 11110 0 1001000 1001001 1010101 111001 10001

Color Harmonies of #304513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304513

Black with #304513

Text Example


Text Example

White with #304513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304513; }

 p { color: rgb(48,69,19); }

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

background-color css

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

 a { background-color: rgb(48,69,19); }

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

border-color css

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

 span { border-color: rgb(48,69,19); }

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