Html Css Color HEX #274D2E Timber Green

📋 copy color: '#274D2E'

red 39 ◦ green 77 ◦ blue 46

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

Shades of Timber Green #274D2E

Tints of Timber Green #274D2E

RGB

 RED value IS 39 (15.63% from 255) = 24.07%

 GREEN value IS 77 (30.47% from 255) = 47.53%

 BLUE value IS 46 (18.36% from 255) = 28.4%

R = 24.07%
G = 47.53%
B = 28.4%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.40

 K value IS 0.70

RGB Variations

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

Color information

#274D2E (or 0x274D2E) is known color: Timber Green. HEX triplet: 27, 4D and 2E. RGB value is (39,77,46). Sum of RGB (Red+Green+Blue) = 39+77+46=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 77 (30.47% from 255 or 47.53% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 77 - color contains mainly: green. Hex color #274D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274D2E is #D8B2D1. Grayscale: #3E3E3E. Windows color (decimal): -14201554 or 3034407. OLE color: 3034407.

HSL color Cylindrical-coordinate representation of color #274D2E: hue angle of 131.05º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #274D2E is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.

Color convert

RGB 39 77 46 -
CMYK 0.49 0 0.40 0.70
HSL 131.05º 0.33% 0.23% -
HSV(B) 131.05º 0.49% 0.3% -
XYZ 3.98 5.94 3.52 -
YUV 62.1 118.91 111.52 -
System Red Green Blue C M Y K H S L
Decimal 39 77 46 0.49 0 0.40 0.70 131.05 0.33 0.23
Hex 27 4D 2E 31 0 28 46 83 21 17
Octal 47 115 56 61 0 50 106 203 41 27
Binary 100111 1001101 101110 110001 0 101000 1000110 10000011 100001 10111

Color Harmonies of #274D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274D2E

Black with #274D2E

Text Example


Text Example

White with #274D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274D2E; }

 p { color: rgb(39,77,46); }

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

background-color css

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

 a { background-color: rgb(39,77,46); }

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

border-color css

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

 span { border-color: rgb(39,77,46); }

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