Html Css Color HEX #303E32 Timber Green

📋 copy color: '#303E32'

red 48 ◦ green 62 ◦ blue 50

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

Shades of Timber Green #303E32

Tints of Timber Green #303E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 38.75%

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

R = 30%
G = 38.75%
B = 31.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.76

RGB Variations

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

Color information

#303E32 (or 0x303E32) is known color: Timber Green. HEX triplet: 30, 3E and 32. RGB value is (48,62,50). Sum of RGB (Red+Green+Blue) = 48+62+50=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 62 - color contains mainly: green. Hex color #303E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E32 is #CFC1CD. Grayscale: #383838. Windows color (decimal): -13615566 or 3292720. OLE color: 3292720.

HSL color Cylindrical-coordinate representation of color #303E32: hue angle of 128.57º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #303E32 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 62 50 -
CMYK 0.23 0 0.19 0.76
HSL 128.57º 0.13% 0.22% -
HSV(B) 128.57º 0.23% 0.24% -
XYZ 3.52 4.3 3.66 -
YUV 56.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 48 62 50 0.23 0 0.19 0.76 128.57 0.13 0.22
Hex 30 3E 32 17 0 13 4C 81 D 16
Octal 60 76 62 27 0 23 114 201 15 26
Binary 110000 111110 110010 10111 0 10011 1001100 10000001 1101 10110

Color Harmonies of #303E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303E32

Black with #303E32

Text Example


Text Example

White with #303E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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