Html Css Color HEX #214151 Green Vogue

📋 copy color: '#214151'

red 33 ◦ green 65 ◦ blue 81

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

Shades of Green Vogue #214151

Tints of Green Vogue #214151

RGB

 RED value IS 33 (13.28% from 255) = 18.44%

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

 BLUE value IS 81 (32.03% from 255) = 45.25%

R = 18.44%
G = 36.31%
B = 45.25%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#214151 (or 0x214151) is known color: Green Vogue. HEX triplet: 21, 41 and 51. RGB value is (33,65,81). Sum of RGB (Red+Green+Blue) = 33+65+81=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 81 - color contains mainly: blue. Hex color #214151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214151 is #DEBEAE. Grayscale: #393939. Windows color (decimal): -14597807 or 5325089. OLE color: 5325089.

HSL color Cylindrical-coordinate representation of color #214151: hue angle of 200º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #214151 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 65 81 -
CMYK 0.59 0.20 0 0.68
HSL 200º 0.42% 0.22% -
HSV(B) 200º 0.59% 0.32% -
XYZ 4 4.7 8.48 -
YUV 57.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 33 65 81 0.59 0.20 0 0.68 200 0.42 0.22
Hex 21 41 51 3B 14 0 44 C8 2A 16
Octal 41 101 121 73 24 0 104 310 52 26
Binary 100001 1000001 1010001 111011 10100 0 1000100 11001000 101010 10110

Color Harmonies of #214151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214151

Black with #214151

Text Example


Text Example

White with #214151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214151; }

 p { color: rgb(33,65,81); }

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

background-color css

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

 a { background-color: rgb(33,65,81); }

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

border-color css

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

 span { border-color: rgb(33,65,81); }

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