Html Css Color HEX #21414B Green Vogue

📋 copy color: '#21414B'

red 33 ◦ green 65 ◦ blue 75

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

Shades of Green Vogue #21414B

Tints of Green Vogue #21414B

RGB

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

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

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

R = 19.08%
G = 37.57%
B = 43.35%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#21414B (or 0x21414B) is known color: Green Vogue. HEX triplet: 21, 41 and 4B. RGB value is (33,65,75). Sum of RGB (Red+Green+Blue) = 33+65+75=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 75 - color contains mainly: blue. Hex color #21414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21414B is #DEBEB4. Grayscale: #383838. Windows color (decimal): -14597813 or 4931873. OLE color: 4931873.

HSL color Cylindrical-coordinate representation of color #21414B: hue angle of 194.29º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #21414B is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 65 75 -
CMYK 0.56 0.13 0 0.71
HSL 194.29º 0.39% 0.21% -
HSV(B) 194.29º 0.56% 0.29% -
XYZ 3.79 4.61 7.35 -
YUV 56.57 138.4 111.19 -
System Red Green Blue C M Y K H S L
Decimal 33 65 75 0.56 0.13 0 0.71 194.29 0.39 0.21
Hex 21 41 4B 38 D 0 47 C2 27 15
Octal 41 101 113 70 15 0 107 302 47 25
Binary 100001 1000001 1001011 111000 1101 0 1000111 11000010 100111 10101

Color Harmonies of #21414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21414B

Black with #21414B

Text Example


Text Example

White with #21414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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