Html Css Color HEX #303B32 Timber Green

📋 copy color: '#303B32'

red 48 ◦ green 59 ◦ blue 50

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

Shades of Timber Green #303B32

Tints of Timber Green #303B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.58%

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

R = 30.57%
G = 37.58%
B = 31.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.77

RGB Variations

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

Color information

#303B32 (or 0x303B32) is known color: Timber Green. HEX triplet: 30, 3B and 32. RGB value is (48,59,50). Sum of RGB (Red+Green+Blue) = 48+59+50=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 59 - color contains mainly: green. Hex color #303B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B32 is #CFC4CD. Grayscale: #363636. Windows color (decimal): -13616334 or 3291952. OLE color: 3291952.

HSL color Cylindrical-coordinate representation of color #303B32: hue angle of 130.91º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #303B32 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.77.

Color convert

RGB 48 59 50 -
CMYK 0.19 0 0.15 0.77
HSL 130.91º 0.1% 0.21% -
HSV(B) 130.91º 0.19% 0.23% -
XYZ 3.36 3.99 3.61 -
YUV 54.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 48 59 50 0.19 0 0.15 0.77 130.91 0.1 0.21
Hex 30 3B 32 13 0 F 4D 83 A 15
Octal 60 73 62 23 0 17 115 203 12 25
Binary 110000 111011 110010 10011 0 1111 1001101 10000011 1010 10101

Color Harmonies of #303B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303B32

Black with #303B32

Text Example


Text Example

White with #303B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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