Html Css Color HEX #274430 Timber Green

📋 copy color: '#274430'

red 39 ◦ green 68 ◦ blue 48

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

Shades of Timber Green #274430

Tints of Timber Green #274430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.87%

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

R = 25.16%
G = 43.87%
B = 30.97%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#274430 (or 0x274430) is known color: Timber Green. HEX triplet: 27, 44 and 30. RGB value is (39,68,48). Sum of RGB (Red+Green+Blue) = 39+68+48=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 68 - color contains mainly: green. Hex color #274430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274430 is #D8BBCF. Grayscale: #393939. Windows color (decimal): -14203856 or 3163175. OLE color: 3163175.

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

Color convert

RGB 39 68 48 -
CMYK 0.43 0 0.29 0.73
HSL 138.62º 0.27% 0.21% -
HSV(B) 138.62º 0.43% 0.27% -
XYZ 3.44 4.78 3.54 -
YUV 57.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 39 68 48 0.43 0 0.29 0.73 138.62 0.27 0.21
Hex 27 44 30 2B 0 1D 49 8B 1B 15
Octal 47 104 60 53 0 35 111 213 33 25
Binary 100111 1000100 110000 101011 0 11101 1001001 10001011 11011 10101

Color Harmonies of #274430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274430

Black with #274430

Text Example


Text Example

White with #274430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274430; }

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

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

background-color css

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

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

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

border-color css

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

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

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