Html Css Color HEX #274C38 Bottle Green

📋 copy color: '#274C38'

red 39 ◦ green 76 ◦ blue 56

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

Shades of Bottle Green #274C38

Tints of Bottle Green #274C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 32.75%

R = 22.81%
G = 44.44%
B = 32.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#274C38 (or 0x274C38) is known color: Bottle Green. HEX triplet: 27, 4C and 38. RGB value is (39,76,56). Sum of RGB (Red+Green+Blue) = 39+76+56=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 76 - color contains mainly: green. Hex color #274C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274C38 is #D8B3C7. Grayscale: #3E3E3E. Windows color (decimal): -14201800 or 3689511. OLE color: 3689511.

HSL color Cylindrical-coordinate representation of color #274C38: hue angle of 147.57º 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 #274C38 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB 39 76 56 -
CMYK 0.49 0 0.26 0.70
HSL 147.57º 0.32% 0.23% -
HSV(B) 147.57º 0.49% 0.3% -
XYZ 4.13 5.89 4.66 -
YUV 62.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 39 76 56 0.49 0 0.26 0.70 147.57 0.32 0.23
Hex 27 4C 38 31 0 1A 46 94 20 17
Octal 47 114 70 61 0 32 106 224 40 27
Binary 100111 1001100 111000 110001 0 11010 1000110 10010100 100000 10111

Color Harmonies of #274C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274C38

Black with #274C38

Text Example


Text Example

White with #274C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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