Html Css Color HEX #21725A Eden

📋 copy color: '#21725A'

red 33 ◦ green 114 ◦ blue 90

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

Shades of Eden #21725A

Tints of Eden #21725A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.1%

 BLUE value IS 90 (35.55% from 255) = 37.97%

R = 13.92%
G = 48.1%
B = 37.97%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#21725A (or 0x21725A) is known color: Eden. HEX triplet: 21, 72 and 5A. RGB value is (33,114,90). Sum of RGB (Red+Green+Blue) = 33+114+90=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #21725A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21725A is #DE8DA5. Grayscale: #575757. Windows color (decimal): -14585254 or 5927457. OLE color: 5927457.

HSL color Cylindrical-coordinate representation of color #21725A: hue angle of 162.22º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21725A is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 114 90 -
CMYK 0.71 0 0.21 0.55
HSL 162.22º 0.55% 0.29% -
HSV(B) 162.22º 0.71% 0.45% -
XYZ 8.49 13.1 11.75 -
YUV 87.05 129.66 89.45 -
System Red Green Blue C M Y K H S L
Decimal 33 114 90 0.71 0 0.21 0.55 162.22 0.55 0.29
Hex 21 72 5A 47 0 15 37 A2 37 1D
Octal 41 162 132 107 0 25 67 242 67 35
Binary 100001 1110010 1011010 1000111 0 10101 110111 10100010 110111 11101

Color Harmonies of #21725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21725A

Black with #21725A

Text Example


Text Example

White with #21725A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21725A; }

 p { color: rgb(33,114,90); }

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

background-color css

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

 a { background-color: rgb(33,114,90); }

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

border-color css

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

 span { border-color: rgb(33,114,90); }

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