Html Css Color HEX #274D2F Timber Green

📋 copy color: '#274D2F'

red 39 ◦ green 77 ◦ blue 47

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

Shades of Timber Green #274D2F

Tints of Timber Green #274D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 28.83%

R = 23.93%
G = 47.24%
B = 28.83%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#274D2F (or 0x274D2F) is known color: Timber Green. HEX triplet: 27, 4D and 2F. RGB value is (39,77,47). Sum of RGB (Red+Green+Blue) = 39+77+47=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #274D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274D2F is #D8B2D0. Grayscale: #3E3E3E. Windows color (decimal): -14201553 or 3099943. OLE color: 3099943.

HSL color Cylindrical-coordinate representation of color #274D2F: hue angle of 132.63º 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 #274D2F is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB 39 77 47 -
CMYK 0.49 0 0.39 0.70
HSL 132.63º 0.33% 0.23% -
HSV(B) 132.63º 0.49% 0.3% -
XYZ 4 5.94 3.63 -
YUV 62.22 119.41 111.44 -
System Red Green Blue C M Y K H S L
Decimal 39 77 47 0.49 0 0.39 0.70 132.63 0.33 0.23
Hex 27 4D 2F 31 0 27 46 85 21 17
Octal 47 115 57 61 0 47 106 205 41 27
Binary 100111 1001101 101111 110001 0 100111 1000110 10000101 100001 10111

Color Harmonies of #274D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274D2F

Black with #274D2F

Text Example


Text Example

White with #274D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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