Html Css Color HEX #303D34 Timber Green

📋 copy color: '#303D34'

red 48 ◦ green 61 ◦ blue 52

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

Shades of Timber Green #303D34

Tints of Timber Green #303D34

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.89%

 BLUE value IS 52 (20.7% from 255) = 32.3%

R = 29.81%
G = 37.89%
B = 32.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#303D34 (or 0x303D34) is known color: Timber Green. HEX triplet: 30, 3D and 34. RGB value is (48,61,52). Sum of RGB (Red+Green+Blue) = 48+61+52=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 61 - color contains mainly: green. Hex color #303D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D34 is #CFC2CB. Grayscale: #383838. Windows color (decimal): -13615820 or 3423536. OLE color: 3423536.

HSL color Cylindrical-coordinate representation of color #303D34: hue angle of 138.46º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #303D34 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 61 52 -
CMYK 0.21 0 0.15 0.76
HSL 138.46º 0.12% 0.21% -
HSV(B) 138.46º 0.21% 0.24% -
XYZ 3.51 4.21 3.88 -
YUV 56.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 48 61 52 0.21 0 0.15 0.76 138.46 0.12 0.21
Hex 30 3D 34 15 0 F 4C 8A C 15
Octal 60 75 64 25 0 17 114 212 14 25
Binary 110000 111101 110100 10101 0 1111 1001100 10001010 1100 10101

Color Harmonies of #303D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D34

Black with #303D34

Text Example


Text Example

White with #303D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303D34; }

 p { color: rgb(48,61,52); }

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

background-color css

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

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

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

border-color css

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

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

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