Html Css Color HEX #304035 Timber Green

📋 copy color: '#304035'

red 48 ◦ green 64 ◦ blue 53

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

Shades of Timber Green #304035

Tints of Timber Green #304035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 32.12%

R = 29.09%
G = 38.79%
B = 32.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#304035 (or 0x304035) is known color: Timber Green. HEX triplet: 30, 40 and 35. RGB value is (48,64,53). Sum of RGB (Red+Green+Blue) = 48+64+53=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 64 - color contains mainly: green. Hex color #304035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304035 is #CFBFCA. Grayscale: #393939. Windows color (decimal): -13615051 or 3489840. OLE color: 3489840.

HSL color Cylindrical-coordinate representation of color #304035: hue angle of 138.75º 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 #304035 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 64 53 -
CMYK 0.25 0 0.17 0.75
HSL 138.75º 0.14% 0.22% -
HSV(B) 138.75º 0.25% 0.25% -
XYZ 3.69 4.55 4.05 -
YUV 57.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 48 64 53 0.25 0 0.17 0.75 138.75 0.14 0.22
Hex 30 40 35 19 0 11 4B 8B E 16
Octal 60 100 65 31 0 21 113 213 16 26
Binary 110000 1000000 110101 11001 0 10001 1001011 10001011 1110 10110

Color Harmonies of #304035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304035

Black with #304035

Text Example


Text Example

White with #304035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304035; }

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

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

background-color css

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

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

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

border-color css

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

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

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