Html Css Color HEX #304130 Timber Green

📋 copy color: '#304130'

red 48 ◦ green 65 ◦ blue 48

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

Shades of Timber Green #304130

Tints of Timber Green #304130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.37%

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

R = 29.81%
G = 40.37%
B = 29.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#304130 (or 0x304130) is known color: Timber Green. HEX triplet: 30, 41 and 30. RGB value is (48,65,48). Sum of RGB (Red+Green+Blue) = 48+65+48=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #304130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304130 is #CFBECF. Grayscale: #3A3A3A. Windows color (decimal): -13614800 or 3162416. OLE color: 3162416.

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

Color convert

RGB 48 65 48 -
CMYK 0.26 0 0.26 0.75
HSL 120º 0.15% 0.22% -
HSV(B) 120º 0.26% 0.25% -
XYZ 3.64 4.62 3.5 -
YUV 57.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 48 65 48 0.26 0 0.26 0.75 120 0.15 0.22
Hex 30 41 30 1A 0 1A 4B 78 F 16
Octal 60 101 60 32 0 32 113 170 17 26
Binary 110000 1000001 110000 11010 0 11010 1001011 1111000 1111 10110

Color Harmonies of #304130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304130

Black with #304130

Text Example


Text Example

White with #304130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304130; }

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

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

background-color css

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

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

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

border-color css

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

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

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