Html Css Color HEX #214130 Everglade

📋 copy color: '#214130'

red 33 ◦ green 65 ◦ blue 48

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

Shades of Everglade #214130

Tints of Everglade #214130

RGB

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

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

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

R = 22.6%
G = 44.52%
B = 32.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#214130 (or 0x214130) is known color: Everglade. HEX triplet: 21, 41 and 30. RGB value is (33,65,48). Sum of RGB (Red+Green+Blue) = 33+65+48=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #214130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214130 is #DEBECF. Grayscale: #353535. Windows color (decimal): -14597840 or 3162401. OLE color: 3162401.

HSL color Cylindrical-coordinate representation of color #214130: hue angle of 148.12º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #214130 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 65 48 -
CMYK 0.49 0 0.26 0.75
HSL 148.13º 0.33% 0.19% -
HSV(B) 148.13º 0.49% 0.25% -
XYZ 3.05 4.32 3.47 -
YUV 53.49 124.9 113.38 -
System Red Green Blue C M Y K H S L
Decimal 33 65 48 0.49 0 0.26 0.75 148.13 0.33 0.19
Hex 21 41 30 31 0 1A 4B 94 21 13
Octal 41 101 60 61 0 32 113 224 41 23
Binary 100001 1000001 110000 110001 0 11010 1001011 10010100 100001 10011

Color Harmonies of #214130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214130

Black with #214130

Text Example


Text Example

White with #214130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214130; }

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

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

background-color css

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

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

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

border-color css

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

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

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