Html Css Color HEX #214630 Everglade

📋 copy color: '#214630'

red 33 ◦ green 70 ◦ blue 48

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

Shades of Everglade #214630

Tints of Everglade #214630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.36%

 BLUE value IS 48 (19.14% from 255) = 31.79%

R = 21.85%
G = 46.36%
B = 31.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#214630 (or 0x214630) is known color: Everglade. HEX triplet: 21, 46 and 30. RGB value is (33,70,48). Sum of RGB (Red+Green+Blue) = 33+70+48=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 70 - color contains mainly: green. Hex color #214630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214630 is #DEB9CF. Grayscale: #383838. Windows color (decimal): -14596560 or 3163681. OLE color: 3163681.

HSL color Cylindrical-coordinate representation of color #214630: hue angle of 144.32º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #214630 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 70 48 -
CMYK 0.53 0 0.31 0.73
HSL 144.32º 0.36% 0.2% -
HSV(B) 144.32º 0.53% 0.27% -
XYZ 3.35 4.92 3.57 -
YUV 56.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 33 70 48 0.53 0 0.31 0.73 144.32 0.36 0.2
Hex 21 46 30 35 0 1F 49 90 24 14
Octal 41 106 60 65 0 37 111 220 44 24
Binary 100001 1000110 110000 110101 0 11111 1001001 10010000 100100 10100

Color Harmonies of #214630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214630

Black with #214630

Text Example


Text Example

White with #214630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214630; }

 p { color: rgb(33,70,48); }

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

background-color css

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

 a { background-color: rgb(33,70,48); }

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

border-color css

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

 span { border-color: rgb(33,70,48); }

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