Html Css Color HEX #304913 Turtle Green

📋 copy color: '#304913'

red 48 ◦ green 73 ◦ blue 19

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

Shades of Turtle Green #304913

Tints of Turtle Green #304913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 52.14%

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

R = 34.29%
G = 52.14%
B = 13.57%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#304913 (or 0x304913) is known color: Turtle Green. HEX triplet: 30, 49 and 13. RGB value is (48,73,19). Sum of RGB (Red+Green+Blue) = 48+73+19=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #304913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304913 is #CFB6EC. Grayscale: #3B3B3B. Windows color (decimal): -13612781 or 1263920. OLE color: 1263920.

HSL color Cylindrical-coordinate representation of color #304913: hue angle of 87.78º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #304913 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 73 19 -
CMYK 0.34 0 0.74 0.71
HSL 87.78º 0.59% 0.18% -
HSV(B) 87.78º 0.74% 0.29% -
XYZ 3.72 5.44 1.47 -
YUV 59.37 105.22 119.89 -
System Red Green Blue C M Y K H S L
Decimal 48 73 19 0.34 0 0.74 0.71 87.78 0.59 0.18
Hex 30 49 13 22 0 4A 47 58 3B 12
Octal 60 111 23 42 0 112 107 130 73 22
Binary 110000 1001001 10011 100010 0 1001010 1000111 1011000 111011 10010

Color Harmonies of #304913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304913

Black with #304913

Text Example


Text Example

White with #304913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304913; }

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

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

background-color css

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

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

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

border-color css

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

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

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