Html Css Color HEX #274149 Green Vogue

📋 copy color: '#274149'

red 39 ◦ green 65 ◦ blue 73

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

Shades of Green Vogue #274149

Tints of Green Vogue #274149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.72%

 BLUE value IS 73 (28.91% from 255) = 41.24%

R = 22.03%
G = 36.72%
B = 41.24%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#274149 (or 0x274149) is known color: Green Vogue. HEX triplet: 27, 41 and 49. RGB value is (39,65,73). Sum of RGB (Red+Green+Blue) = 39+65+73=177 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.03% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 73 - color contains mainly: blue. Hex color #274149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274149 is #D8BEB6. Grayscale: #3A3A3A. Windows color (decimal): -14204599 or 4800807. OLE color: 4800807.

HSL color Cylindrical-coordinate representation of color #274149: hue angle of 194.12º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #274149 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 65 73 -
CMYK 0.47 0.11 0 0.71
HSL 194.12º 0.3% 0.22% -
HSV(B) 194.12º 0.47% 0.29% -
XYZ 3.93 4.69 7 -
YUV 58.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 39 65 73 0.47 0.11 0 0.71 194.12 0.3 0.22
Hex 27 41 49 2F B 0 47 C2 1E 16
Octal 47 101 111 57 13 0 107 302 36 26
Binary 100111 1000001 1001001 101111 1011 0 1000111 11000010 11110 10110

Color Harmonies of #274149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274149

Black with #274149

Text Example


Text Example

White with #274149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274149; }

 p { color: rgb(39,65,73); }

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

background-color css

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

 a { background-color: rgb(39,65,73); }

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

border-color css

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

 span { border-color: rgb(39,65,73); }

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