Html Css Color HEX #274F2E Timber Green

📋 copy color: '#274F2E'

red 39 ◦ green 79 ◦ blue 46

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

Shades of Timber Green #274F2E

Tints of Timber Green #274F2E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 48.17%

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

R = 23.78%
G = 48.17%
B = 28.05%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#274F2E (or 0x274F2E) is known color: Timber Green. HEX triplet: 27, 4F and 2E. RGB value is (39,79,46). Sum of RGB (Red+Green+Blue) = 39+79+46=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 79 - color contains mainly: green. Hex color #274F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274F2E is #D8B0D1. Grayscale: #3F3F3F. Windows color (decimal): -14201042 or 3034919. OLE color: 3034919.

HSL color Cylindrical-coordinate representation of color #274F2E: hue angle of 130.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #274F2E is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 79 46 -
CMYK 0.51 0 0.42 0.69
HSL 130.5º 0.34% 0.23% -
HSV(B) 130.5º 0.51% 0.31% -
XYZ 4.13 6.22 3.57 -
YUV 63.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 39 79 46 0.51 0 0.42 0.69 130.5 0.34 0.23
Hex 27 4F 2E 33 0 2A 45 82 22 17
Octal 47 117 56 63 0 52 105 202 42 27
Binary 100111 1001111 101110 110011 0 101010 1000101 10000010 100010 10111

Color Harmonies of #274F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274F2E

Black with #274F2E

Text Example


Text Example

White with #274F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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