Html Css Color HEX #274630 Timber Green

📋 copy color: '#274630'

red 39 ◦ green 70 ◦ blue 48

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

Shades of Timber Green #274630

Tints of Timber Green #274630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.59%

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

R = 24.84%
G = 44.59%
B = 30.57%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#274630 (or 0x274630) is known color: Timber Green. HEX triplet: 27, 46 and 30. RGB value is (39,70,48). Sum of RGB (Red+Green+Blue) = 39+70+48=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #274630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274630 is #D8B9CF. Grayscale: #3A3A3A. Windows color (decimal): -14203344 or 3163687. OLE color: 3163687.

HSL color Cylindrical-coordinate representation of color #274630: hue angle of 137.42º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #274630 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 39 70 48 -
CMYK 0.44 0 0.31 0.73
HSL 137.42º 0.28% 0.21% -
HSV(B) 137.42º 0.44% 0.27% -
XYZ 3.56 5.03 3.58 -
YUV 58.22 122.23 114.29 -
System Red Green Blue C M Y K H S L
Decimal 39 70 48 0.44 0 0.31 0.73 137.42 0.28 0.21
Hex 27 46 30 2C 0 1F 49 89 1C 15
Octal 47 106 60 54 0 37 111 211 34 25
Binary 100111 1000110 110000 101100 0 11111 1001001 10001001 11100 10101

Color Harmonies of #274630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274630

Black with #274630

Text Example


Text Example

White with #274630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274630; }

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

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

background-color css

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

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

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

border-color css

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

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

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