Html Css Color HEX #304636 Timber Green

📋 copy color: '#304636'

red 48 ◦ green 70 ◦ blue 54

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

Shades of Timber Green #304636

Tints of Timber Green #304636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.7%

 BLUE value IS 54 (21.48% from 255) = 31.4%

R = 27.91%
G = 40.7%
B = 31.4%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#304636 (or 0x304636) is known color: Timber Green. HEX triplet: 30, 46 and 36. RGB value is (48,70,54). Sum of RGB (Red+Green+Blue) = 48+70+54=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 70 - color contains mainly: green. Hex color #304636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304636 is #CFB9C9. Grayscale: #3D3D3D. Windows color (decimal): -13613514 or 3556912. OLE color: 3556912.

HSL color Cylindrical-coordinate representation of color #304636: hue angle of 136.36º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #304636 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 70 54 -
CMYK 0.31 0 0.23 0.73
HSL 136.36º 0.19% 0.23% -
HSV(B) 136.36º 0.31% 0.27% -
XYZ 4.07 5.28 4.29 -
YUV 61.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 48 70 54 0.31 0 0.23 0.73 136.36 0.19 0.23
Hex 30 46 36 1F 0 17 49 88 13 17
Octal 60 106 66 37 0 27 111 210 23 27
Binary 110000 1000110 110110 11111 0 10111 1001001 10001000 10011 10111

Color Harmonies of #304636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304636

Black with #304636

Text Example


Text Example

White with #304636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304636; }

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

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

background-color css

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

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

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

border-color css

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

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

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