Html Css Color HEX #274530 Timber Green

📋 copy color: '#274530'

red 39 ◦ green 69 ◦ blue 48

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

Shades of Timber Green #274530

Tints of Timber Green #274530

RGB

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

 GREEN value IS 69 (27.34% from 255) = 44.23%

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

R = 25%
G = 44.23%
B = 30.77%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#274530 (or 0x274530) is known color: Timber Green. HEX triplet: 27, 45 and 30. RGB value is (39,69,48). Sum of RGB (Red+Green+Blue) = 39+69+48=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 69 - color contains mainly: green. Hex color #274530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274530 is #D8BACF. Grayscale: #393939. Windows color (decimal): -14203600 or 3163431. OLE color: 3163431.

HSL color Cylindrical-coordinate representation of color #274530: hue angle of 138º degrees, saturation: 0.28, 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 #274530 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 39 69 48 -
CMYK 0.43 0 0.30 0.73
HSL 138º 0.28% 0.21% -
HSV(B) 138º 0.43% 0.27% -
XYZ 3.5 4.9 3.56 -
YUV 57.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 39 69 48 0.43 0 0.30 0.73 138 0.28 0.21
Hex 27 45 30 2B 0 1E 49 8A 1C 15
Octal 47 105 60 53 0 36 111 212 34 25
Binary 100111 1000101 110000 101011 0 11110 1001001 10001010 11100 10101

Color Harmonies of #274530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274530

Black with #274530

Text Example


Text Example

White with #274530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274530; }

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

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

background-color css

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

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

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

border-color css

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

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

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