Html Css Color HEX #214251 Green Vogue

📋 copy color: '#214251'

red 33 ◦ green 66 ◦ blue 81

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

Shades of Green Vogue #214251

Tints of Green Vogue #214251

RGB

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

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

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

R = 18.33%
G = 36.67%
B = 45%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#214251 (or 0x214251) is known color: Green Vogue. HEX triplet: 21, 42 and 51. RGB value is (33,66,81). Sum of RGB (Red+Green+Blue) = 33+66+81=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 81 - color contains mainly: blue. Hex color #214251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214251 is #DEBDAE. Grayscale: #393939. Windows color (decimal): -14597551 or 5325345. OLE color: 5325345.

HSL color Cylindrical-coordinate representation of color #214251: hue angle of 198.75º 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 #214251 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 66 81 -
CMYK 0.59 0.19 0 0.68
HSL 198.75º 0.42% 0.22% -
HSV(B) 198.75º 0.59% 0.32% -
XYZ 4.06 4.81 8.5 -
YUV 57.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 33 66 81 0.59 0.19 0 0.68 198.75 0.42 0.22
Hex 21 42 51 3B 13 0 44 C7 2A 16
Octal 41 102 121 73 23 0 104 307 52 26
Binary 100001 1000010 1010001 111011 10011 0 1000100 11000111 101010 10110

Color Harmonies of #214251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214251

Black with #214251

Text Example


Text Example

White with #214251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214251; }

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

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

background-color css

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

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

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

border-color css

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

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

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