Html Css Color HEX #216B4A Dark Spring Green

📋 copy color: '#216B4A'

red 33 ◦ green 107 ◦ blue 74

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

Shades of Dark Spring Green #216B4A

Tints of Dark Spring Green #216B4A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50%

 BLUE value IS 74 (29.3% from 255) = 34.58%

R = 15.42%
G = 50%
B = 34.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#216B4A (or 0x216B4A) is known color: Dark Spring Green. HEX triplet: 21, 6B and 4A. RGB value is (33,107,74). Sum of RGB (Red+Green+Blue) = 33+107+74=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 107 - color contains mainly: green. Hex color #216B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216B4A is #DE94B5. Grayscale: #515151. Windows color (decimal): -14587062 or 4877089. OLE color: 4877089.

HSL color Cylindrical-coordinate representation of color #216B4A: hue angle of 153.24º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216B4A is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 107 74 -
CMYK 0.69 0 0.31 0.58
HSL 153.24º 0.53% 0.27% -
HSV(B) 153.24º 0.69% 0.42% -
XYZ 7.12 11.33 8.29 -
YUV 81.11 123.98 93.68 -
System Red Green Blue C M Y K H S L
Decimal 33 107 74 0.69 0 0.31 0.58 153.24 0.53 0.27
Hex 21 6B 4A 45 0 1F 3A 99 35 1B
Octal 41 153 112 105 0 37 72 231 65 33
Binary 100001 1101011 1001010 1000101 0 11111 111010 10011001 110101 11011

Color Harmonies of #216B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216B4A

Black with #216B4A

Text Example


Text Example

White with #216B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216B4A; }

 p { color: rgb(33,107,74); }

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

background-color css

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

 a { background-color: rgb(33,107,74); }

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

border-color css

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

 span { border-color: rgb(33,107,74); }

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