Html Css Color HEX #274248 Green Vogue

📋 copy color: '#274248'

red 39 ◦ green 66 ◦ blue 72

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

Shades of Green Vogue #274248

Tints of Green Vogue #274248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.29%

 BLUE value IS 72 (28.52% from 255) = 40.68%

R = 22.03%
G = 37.29%
B = 40.68%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#274248 (or 0x274248) is known color: Green Vogue. HEX triplet: 27, 42 and 48. RGB value is (39,66,72). Sum of RGB (Red+Green+Blue) = 39+66+72=177 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.03% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #274248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274248 is #D8BDB7. Grayscale: #3A3A3A. Windows color (decimal): -14204344 or 4735527. OLE color: 4735527.

HSL color Cylindrical-coordinate representation of color #274248: hue angle of 190.91º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #274248 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 66 72 -
CMYK 0.46 0.08 0 0.72
HSL 190.91º 0.3% 0.22% -
HSV(B) 190.91º 0.46% 0.28% -
XYZ 3.95 4.8 6.85 -
YUV 58.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 39 66 72 0.46 0.08 0 0.72 190.91 0.3 0.22
Hex 27 42 48 2E 8 0 48 BF 1E 16
Octal 47 102 110 56 10 0 110 277 36 26
Binary 100111 1000010 1001000 101110 1000 0 1001000 10111111 11110 10110

Color Harmonies of #274248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274248

Black with #274248

Text Example


Text Example

White with #274248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274248; }

 p { color: rgb(39,66,72); }

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

background-color css

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

 a { background-color: rgb(39,66,72); }

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

border-color css

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

 span { border-color: rgb(39,66,72); }

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