Html Css Color HEX #2C3F30 Timber Green

📋 copy color: '#2C3F30'

red 44 ◦ green 63 ◦ blue 48

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

Shades of Timber Green #2C3F30

Tints of Timber Green #2C3F30

RGB

 RED value IS 44 (17.58% from 255) = 28.39%

 GREEN value IS 63 (25% from 255) = 40.65%

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

R = 28.39%
G = 40.65%
B = 30.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.75

RGB Variations

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

Color information

#2C3F30 (or 0x2C3F30) is known color: Timber Green. HEX triplet: 2C, 3F and 30. RGB value is (44,63,48). Sum of RGB (Red+Green+Blue) = 44+63+48=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 63 - color contains mainly: green. Hex color #2C3F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3F30 is #D3C0CF. Grayscale: #373737. Windows color (decimal): -13877456 or 3161900. OLE color: 3161900.

HSL color Cylindrical-coordinate representation of color #2C3F30: hue angle of 132.63º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2C3F30 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.75.

Color convert

RGB 44 63 48 -
CMYK 0.30 0 0.24 0.75
HSL 132.63º 0.18% 0.21% -
HSV(B) 132.63º 0.3% 0.25% -
XYZ 3.35 4.3 3.45 -
YUV 55.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 44 63 48 0.30 0 0.24 0.75 132.63 0.18 0.21
Hex 2C 3F 30 1E 0 18 4B 85 12 15
Octal 54 77 60 36 0 30 113 205 22 25
Binary 101100 111111 110000 11110 0 11000 1001011 10000101 10010 10101

Color Harmonies of #2C3F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3F30

Black with #2C3F30

Text Example


Text Example

White with #2C3F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C3F30; }

 p { color: rgb(44,63,48); }

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

background-color css

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

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

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

border-color css

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

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

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