Html Css Color HEX #21865F Elf Green

📋 copy color: '#21865F'

red 33 ◦ green 134 ◦ blue 95

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

Shades of Elf Green #21865F

Tints of Elf Green #21865F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.15%

 BLUE value IS 95 (37.5% from 255) = 36.26%

R = 12.6%
G = 51.15%
B = 36.26%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#21865F (or 0x21865F) is known color: Elf Green. HEX triplet: 21, 86 and 5F. RGB value is (33,134,95). Sum of RGB (Red+Green+Blue) = 33+134+95=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #21865F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21865F is #DE79A0. Grayscale: #636363. Windows color (decimal): -14580129 or 6260257. OLE color: 6260257.

HSL color Cylindrical-coordinate representation of color #21865F: hue angle of 156.83º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21865F is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 134 95 -
CMYK 0.75 0 0.29 0.47
HSL 156.83º 0.6% 0.33% -
HSV(B) 156.83º 0.75% 0.53% -
XYZ 11.22 18.2 13.75 -
YUV 99.36 125.54 80.67 -
System Red Green Blue C M Y K H S L
Decimal 33 134 95 0.75 0 0.29 0.47 156.83 0.6 0.33
Hex 21 86 5F 4B 0 1D 2F 9D 3C 21
Octal 41 206 137 113 0 35 57 235 74 41
Binary 100001 10000110 1011111 1001011 0 11101 101111 10011101 111100 100001

Color Harmonies of #21865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21865F

Black with #21865F

Text Example


Text Example

White with #21865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21865F; }

 p { color: rgb(33,134,95); }

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

background-color css

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

 a { background-color: rgb(33,134,95); }

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

border-color css

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

 span { border-color: rgb(33,134,95); }

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