Html Css Color HEX #274C39 Bottle Green

📋 copy color: '#274C39'

red 39 ◦ green 76 ◦ blue 57

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

Shades of Bottle Green #274C39

Tints of Bottle Green #274C39

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.19%

 BLUE value IS 57 (22.66% from 255) = 33.14%

R = 22.67%
G = 44.19%
B = 33.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.70

RGB Variations

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

Color information

#274C39 (or 0x274C39) is known color: Bottle Green. HEX triplet: 27, 4C and 39. RGB value is (39,76,57). Sum of RGB (Red+Green+Blue) = 39+76+57=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 76 - color contains mainly: green. Hex color #274C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274C39 is #D8B3C6. Grayscale: #3E3E3E. Windows color (decimal): -14201799 or 3755047. OLE color: 3755047.

HSL color Cylindrical-coordinate representation of color #274C39: hue angle of 149.19º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #274C39 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.

Color convert

RGB 39 76 57 -
CMYK 0.49 0 0.25 0.70
HSL 149.19º 0.32% 0.23% -
HSV(B) 149.19º 0.49% 0.3% -
XYZ 4.16 5.9 4.79 -
YUV 62.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 39 76 57 0.49 0 0.25 0.70 149.19 0.32 0.23
Hex 27 4C 39 31 0 19 46 95 20 17
Octal 47 114 71 61 0 31 106 225 40 27
Binary 100111 1001100 111001 110001 0 11001 1000110 10010101 100000 10111

Color Harmonies of #274C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274C39

Black with #274C39

Text Example


Text Example

White with #274C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,76,57); }

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

background-color css

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

 a { background-color: rgb(39,76,57); }

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

border-color css

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

 span { border-color: rgb(39,76,57); }

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