Html Css Color HEX #304632 Timber Green

📋 copy color: '#304632'

red 48 ◦ green 70 ◦ blue 50

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

Shades of Timber Green #304632

Tints of Timber Green #304632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.76%

R = 28.57%
G = 41.67%
B = 29.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#304632 (or 0x304632) is known color: Timber Green. HEX triplet: 30, 46 and 32. RGB value is (48,70,50). Sum of RGB (Red+Green+Blue) = 48+70+50=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 70 - color contains mainly: green. Hex color #304632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304632 is #CFB9CD. Grayscale: #3D3D3D. Windows color (decimal): -13613518 or 3294768. OLE color: 3294768.

HSL color Cylindrical-coordinate representation of color #304632: hue angle of 125.45º 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 #304632 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 70 50 -
CMYK 0.31 0 0.29 0.73
HSL 125.45º 0.19% 0.23% -
HSV(B) 125.45º 0.31% 0.27% -
XYZ 3.98 5.24 3.82 -
YUV 61.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 48 70 50 0.31 0 0.29 0.73 125.45 0.19 0.23
Hex 30 46 32 1F 0 1D 49 7D 13 17
Octal 60 106 62 37 0 35 111 175 23 27
Binary 110000 1000110 110010 11111 0 11101 1001001 1111101 10011 10111

Color Harmonies of #304632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304632

Black with #304632

Text Example


Text Example

White with #304632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304632; }

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

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

background-color css

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

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

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

border-color css

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

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

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