Html Css Color HEX #274830 Timber Green

📋 copy color: '#274830'

red 39 ◦ green 72 ◦ blue 48

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

Shades of Timber Green #274830

Tints of Timber Green #274830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.28%

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

R = 24.53%
G = 45.28%
B = 30.19%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#274830 (or 0x274830) is known color: Timber Green. HEX triplet: 27, 48 and 30. RGB value is (39,72,48). Sum of RGB (Red+Green+Blue) = 39+72+48=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #274830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274830 is #D8B7CF. Grayscale: #3B3B3B. Windows color (decimal): -14202832 or 3164199. OLE color: 3164199.

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

Color convert

RGB 39 72 48 -
CMYK 0.46 0 0.33 0.72
HSL 136.36º 0.3% 0.22% -
HSV(B) 136.36º 0.46% 0.28% -
XYZ 3.69 5.28 3.62 -
YUV 59.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 39 72 48 0.46 0 0.33 0.72 136.36 0.3 0.22
Hex 27 48 30 2E 0 21 48 88 1E 16
Octal 47 110 60 56 0 41 110 210 36 26
Binary 100111 1001000 110000 101110 0 100001 1001000 10001000 11110 10110

Color Harmonies of #274830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274830

Black with #274830

Text Example


Text Example

White with #274830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274830; }

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

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

background-color css

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

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

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

border-color css

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

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

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