Html Css Color HEX #304030 Timber Green

📋 copy color: '#304030'

red 48 ◦ green 64 ◦ blue 48

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

Shades of Timber Green #304030

Tints of Timber Green #304030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40%

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

R = 30%
G = 40%
B = 30%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#304030 (or 0x304030) is known color: Timber Green. HEX triplet: 30, 40 and 30. RGB value is (48,64,48). Sum of RGB (Red+Green+Blue) = 48+64+48=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 64 - color contains mainly: green. Hex color #304030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304030 is #CFBFCF. Grayscale: #393939. Windows color (decimal): -13615056 or 3162160. OLE color: 3162160.

HSL color Cylindrical-coordinate representation of color #304030: hue angle of 120º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #304030 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 64 48 -
CMYK 0.25 0 0.25 0.75
HSL 120º 0.14% 0.22% -
HSV(B) 120º 0.25% 0.25% -
XYZ 3.59 4.51 3.48 -
YUV 57.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 48 64 48 0.25 0 0.25 0.75 120 0.14 0.22
Hex 30 40 30 19 0 19 4B 78 E 16
Octal 60 100 60 31 0 31 113 170 16 26
Binary 110000 1000000 110000 11001 0 11001 1001011 1111000 1110 10110

Color Harmonies of #304030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304030

Black with #304030

Text Example


Text Example

White with #304030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304030; }

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

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

background-color css

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

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

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

border-color css

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

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

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