Html Css Color HEX #214148 Green Vogue

📋 copy color: '#214148'

red 33 ◦ green 65 ◦ blue 72

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

Shades of Green Vogue #214148

Tints of Green Vogue #214148

RGB

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

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

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

R = 19.41%
G = 38.24%
B = 42.35%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#214148 (or 0x214148) is known color: Green Vogue. HEX triplet: 21, 41 and 48. RGB value is (33,65,72). Sum of RGB (Red+Green+Blue) = 33+65+72=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #214148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214148 is #DEBEB7. Grayscale: #383838. Windows color (decimal): -14597816 or 4735265. OLE color: 4735265.

HSL color Cylindrical-coordinate representation of color #214148: hue angle of 190.77º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214148 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 65 72 -
CMYK 0.54 0.10 0 0.72
HSL 190.77º 0.37% 0.21% -
HSV(B) 190.77º 0.54% 0.28% -
XYZ 3.69 4.57 6.82 -
YUV 56.23 136.9 111.43 -
System Red Green Blue C M Y K H S L
Decimal 33 65 72 0.54 0.10 0 0.72 190.77 0.37 0.21
Hex 21 41 48 36 A 0 48 BF 25 15
Octal 41 101 110 66 12 0 110 277 45 25
Binary 100001 1000001 1001000 110110 1010 0 1001000 10111111 100101 10101

Color Harmonies of #214148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214148

Black with #214148

Text Example


Text Example

White with #214148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214148; }

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

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

background-color css

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

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

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

border-color css

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

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

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