Html Css Color HEX #274B2B Timber Green

📋 copy color: '#274B2B'

red 39 ◦ green 75 ◦ blue 43

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

Shades of Timber Green #274B2B

Tints of Timber Green #274B2B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 47.77%

 BLUE value IS 43 (17.19% from 255) = 27.39%

R = 24.84%
G = 47.77%
B = 27.39%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.43

 K value IS 0.71

RGB Variations

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

Color information

#274B2B (or 0x274B2B) is known color: Timber Green. HEX triplet: 27, 4B and 2B. RGB value is (39,75,43). Sum of RGB (Red+Green+Blue) = 39+75+43=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #274B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274B2B is #D8B4D4. Grayscale: #3C3C3C. Windows color (decimal): -14202069 or 2837287. OLE color: 2837287.

HSL color Cylindrical-coordinate representation of color #274B2B: hue angle of 126.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #274B2B is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 75 43 -
CMYK 0.48 0 0.43 0.71
HSL 126.67º 0.32% 0.22% -
HSV(B) 126.67º 0.48% 0.29% -
XYZ 3.79 5.64 3.17 -
YUV 60.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 39 75 43 0.48 0 0.43 0.71 126.67 0.32 0.22
Hex 27 4B 2B 30 0 2B 47 7F 20 16
Octal 47 113 53 60 0 53 107 177 40 26
Binary 100111 1001011 101011 110000 0 101011 1000111 1111111 100000 10110

Color Harmonies of #274B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274B2B

Black with #274B2B

Text Example


Text Example

White with #274B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274B2B; }

 p { color: rgb(39,75,43); }

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

background-color css

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

 a { background-color: rgb(39,75,43); }

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

border-color css

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

 span { border-color: rgb(39,75,43); }

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