Html Css Color HEX #214330 Everglade

📋 copy color: '#214330'

red 33 ◦ green 67 ◦ blue 48

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

Shades of Everglade #214330

Tints of Everglade #214330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 45.27%

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

R = 22.3%
G = 45.27%
B = 32.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#214330 (or 0x214330) is known color: Everglade. HEX triplet: 21, 43 and 30. RGB value is (33,67,48). Sum of RGB (Red+Green+Blue) = 33+67+48=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 67 - color contains mainly: green. Hex color #214330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214330 is #DEBCCF. Grayscale: #363636. Windows color (decimal): -14597328 or 3162913. OLE color: 3162913.

HSL color Cylindrical-coordinate representation of color #214330: hue angle of 146.47º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #214330 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB 33 67 48 -
CMYK 0.51 0 0.28 0.74
HSL 146.47º 0.34% 0.2% -
HSV(B) 146.47º 0.51% 0.26% -
XYZ 3.17 4.55 3.51 -
YUV 54.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 33 67 48 0.51 0 0.28 0.74 146.47 0.34 0.2
Hex 21 43 30 33 0 1C 4A 92 22 14
Octal 41 103 60 63 0 34 112 222 42 24
Binary 100001 1000011 110000 110011 0 11100 1001010 10010010 100010 10100

Color Harmonies of #214330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214330

Black with #214330

Text Example


Text Example

White with #214330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214330; }

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

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

background-color css

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

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

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

border-color css

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

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

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