Html Css Color HEX #274730 Timber Green

📋 copy color: '#274730'

red 39 ◦ green 71 ◦ blue 48

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

Shades of Timber Green #274730

Tints of Timber Green #274730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.94%

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

R = 24.68%
G = 44.94%
B = 30.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#274730 (or 0x274730) is known color: Timber Green. HEX triplet: 27, 47 and 30. RGB value is (39,71,48). Sum of RGB (Red+Green+Blue) = 39+71+48=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #274730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274730 is #D8B8CF. Grayscale: #3A3A3A. Windows color (decimal): -14203088 or 3163943. OLE color: 3163943.

HSL color Cylindrical-coordinate representation of color #274730: hue angle of 136.88º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #274730 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 71 48 -
CMYK 0.45 0 0.32 0.72
HSL 136.88º 0.29% 0.22% -
HSV(B) 136.88º 0.45% 0.28% -
XYZ 3.62 5.15 3.6 -
YUV 58.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 39 71 48 0.45 0 0.32 0.72 136.88 0.29 0.22
Hex 27 47 30 2D 0 20 48 89 1D 16
Octal 47 107 60 55 0 40 110 211 35 26
Binary 100111 1000111 110000 101101 0 100000 1001000 10001001 11101 10110

Color Harmonies of #274730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274730

Black with #274730

Text Example


Text Example

White with #274730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274730; }

 p { color: rgb(39,71,48); }

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

background-color css

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

 a { background-color: rgb(39,71,48); }

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

border-color css

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

 span { border-color: rgb(39,71,48); }

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