Html Css Color HEX #27424F Green Vogue

📋 copy color: '#27424F'

red 39 ◦ green 66 ◦ blue 79

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

Shades of Green Vogue #27424F

Tints of Green Vogue #27424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 42.93%

R = 21.2%
G = 35.87%
B = 42.93%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#27424F (or 0x27424F) is known color: Green Vogue. HEX triplet: 27, 42 and 4F. RGB value is (39,66,79). Sum of RGB (Red+Green+Blue) = 39+66+79=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 79 - color contains mainly: blue. Hex color #27424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27424F is #D8BDB0. Grayscale: #3B3B3B. Windows color (decimal): -14204337 or 5194279. OLE color: 5194279.

HSL color Cylindrical-coordinate representation of color #27424F: hue angle of 199.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #27424F is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 66 79 -
CMYK 0.51 0.16 0 0.69
HSL 199.5º 0.34% 0.23% -
HSV(B) 199.5º 0.51% 0.31% -
XYZ 4.2 4.89 8.12 -
YUV 59.41 139.05 113.44 -
System Red Green Blue C M Y K H S L
Decimal 39 66 79 0.51 0.16 0 0.69 199.5 0.34 0.23
Hex 27 42 4F 33 10 0 45 C8 22 17
Octal 47 102 117 63 20 0 105 310 42 27
Binary 100111 1000010 1001111 110011 10000 0 1000101 11001000 100010 10111

Color Harmonies of #27424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27424F

Black with #27424F

Text Example


Text Example

White with #27424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27424F; }

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

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

background-color css

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

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

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

border-color css

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

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

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