Html Css Color HEX #27424B Green Vogue

📋 copy color: '#27424B'

red 39 ◦ green 66 ◦ blue 75

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

Shades of Green Vogue #27424B

Tints of Green Vogue #27424B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.67%

R = 21.67%
G = 36.67%
B = 41.67%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#27424B (or 0x27424B) is known color: Green Vogue. HEX triplet: 27, 42 and 4B. RGB value is (39,66,75). Sum of RGB (Red+Green+Blue) = 39+66+75=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 75 - color contains mainly: blue. Hex color #27424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27424B is #D8BDB4. Grayscale: #3A3A3A. Windows color (decimal): -14204341 or 4932135. OLE color: 4932135.

HSL color Cylindrical-coordinate representation of color #27424B: hue angle of 195º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #27424B is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 66 75 -
CMYK 0.48 0.12 0 0.71
HSL 195º 0.32% 0.22% -
HSV(B) 195º 0.48% 0.29% -
XYZ 4.05 4.84 7.38 -
YUV 58.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 39 66 75 0.48 0.12 0 0.71 195 0.32 0.22
Hex 27 42 4B 30 C 0 47 C3 20 16
Octal 47 102 113 60 14 0 107 303 40 26
Binary 100111 1000010 1001011 110000 1100 0 1000111 11000011 100000 10110

Color Harmonies of #27424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27424B

Black with #27424B

Text Example


Text Example

White with #27424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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