Html Css Color HEX #21875D Elf Green

📋 copy color: '#21875D'

red 33 ◦ green 135 ◦ blue 93

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

Shades of Elf Green #21875D

Tints of Elf Green #21875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.72%

 BLUE value IS 93 (36.72% from 255) = 35.63%

R = 12.64%
G = 51.72%
B = 35.63%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#21875D (or 0x21875D) is known color: Elf Green. HEX triplet: 21, 87 and 5D. RGB value is (33,135,93). Sum of RGB (Red+Green+Blue) = 33+135+93=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #21875D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21875D is #DE78A2. Grayscale: #636363. Windows color (decimal): -14579875 or 6129441. OLE color: 6129441.

HSL color Cylindrical-coordinate representation of color #21875D: hue angle of 155.29º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21875D is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 135 93 -
CMYK 0.76 0 0.31 0.47
HSL 155.29º 0.61% 0.33% -
HSV(B) 155.29º 0.76% 0.53% -
XYZ 11.27 18.44 13.32 -
YUV 99.71 124.21 80.42 -
System Red Green Blue C M Y K H S L
Decimal 33 135 93 0.76 0 0.31 0.47 155.29 0.61 0.33
Hex 21 87 5D 4C 0 1F 2F 9B 3D 21
Octal 41 207 135 114 0 37 57 233 75 41
Binary 100001 10000111 1011101 1001100 0 11111 101111 10011011 111101 100001

Color Harmonies of #21875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21875D

Black with #21875D

Text Example


Text Example

White with #21875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21875D; }

 p { color: rgb(33,135,93); }

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

background-color css

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

 a { background-color: rgb(33,135,93); }

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

border-color css

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

 span { border-color: rgb(33,135,93); }

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