Html Css Color HEX #304B32 Timber Green

📋 copy color: '#304B32'

red 48 ◦ green 75 ◦ blue 50

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

Shades of Timber Green #304B32

Tints of Timber Green #304B32

RGB

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

 GREEN value IS 75 (29.69% from 255) = 43.35%

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

R = 27.75%
G = 43.35%
B = 28.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#304B32 (or 0x304B32) is known color: Timber Green. HEX triplet: 30, 4B and 32. RGB value is (48,75,50). Sum of RGB (Red+Green+Blue) = 48+75+50=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 75 - color contains mainly: green. Hex color #304B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B32 is #CFB4CD. Grayscale: #404040. Windows color (decimal): -13612238 or 3296048. OLE color: 3296048.

HSL color Cylindrical-coordinate representation of color #304B32: hue angle of 124.44º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #304B32 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 75 50 -
CMYK 0.36 0 0.33 0.71
HSL 124.44º 0.22% 0.24% -
HSV(B) 124.44º 0.36% 0.29% -
XYZ 4.31 5.89 3.93 -
YUV 64.08 120.05 116.53 -
System Red Green Blue C M Y K H S L
Decimal 48 75 50 0.36 0 0.33 0.71 124.44 0.22 0.24
Hex 30 4B 32 24 0 21 47 7C 16 18
Octal 60 113 62 44 0 41 107 174 26 30
Binary 110000 1001011 110010 100100 0 100001 1000111 1111100 10110 11000

Color Harmonies of #304B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304B32

Black with #304B32

Text Example


Text Example

White with #304B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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