Html Css Color HEX #304330 Timber Green

📋 copy color: '#304330'

red 48 ◦ green 67 ◦ blue 48

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

Shades of Timber Green #304330

Tints of Timber Green #304330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.1%

 BLUE value IS 48 (19.14% from 255) = 29.45%

R = 29.45%
G = 41.1%
B = 29.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#304330 (or 0x304330) is known color: Timber Green. HEX triplet: 30, 43 and 30. RGB value is (48,67,48). Sum of RGB (Red+Green+Blue) = 48+67+48=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 67 - color contains mainly: green. Hex color #304330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304330 is #CFBCCF. Grayscale: #3B3B3B. Windows color (decimal): -13614288 or 3162928. OLE color: 3162928.

HSL color Cylindrical-coordinate representation of color #304330: hue angle of 120º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #304330 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 67 48 -
CMYK 0.28 0 0.28 0.74
HSL 120º 0.17% 0.23% -
HSV(B) 120º 0.28% 0.26% -
XYZ 3.76 4.86 3.54 -
YUV 59.15 121.71 120.04 -
System Red Green Blue C M Y K H S L
Decimal 48 67 48 0.28 0 0.28 0.74 120 0.17 0.23
Hex 30 43 30 1C 0 1C 4A 78 11 17
Octal 60 103 60 34 0 34 112 170 21 27
Binary 110000 1000011 110000 11100 0 11100 1001010 1111000 10001 10111

Color Harmonies of #304330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304330

Black with #304330

Text Example


Text Example

White with #304330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304330; }

 p { color: rgb(48,67,48); }

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

background-color css

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

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

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

border-color css

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

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

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