Html Css Color HEX #214827 Myrtle

📋 copy color: '#214827'

red 33 ◦ green 72 ◦ blue 39

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

Shades of Myrtle #214827

Tints of Myrtle #214827

RGB

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

 GREEN value IS 72 (28.52% from 255) = 50%

 BLUE value IS 39 (15.63% from 255) = 27.08%

R = 22.92%
G = 50%
B = 27.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#214827 (or 0x214827) is known color: Myrtle. HEX triplet: 21, 48 and 27. RGB value is (33,72,39). Sum of RGB (Red+Green+Blue) = 33+72+39=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #214827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214827 is #DEB7D8. Grayscale: #383838. Windows color (decimal): -14596057 or 2574369. OLE color: 2574369.

HSL color Cylindrical-coordinate representation of color #214827: hue angle of 129.23º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214827 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 72 39 -
CMYK 0.54 0 0.46 0.72
HSL 129.23º 0.37% 0.21% -
HSV(B) 129.23º 0.54% 0.28% -
XYZ 3.31 5.1 2.73 -
YUV 56.58 118.08 111.18 -
System Red Green Blue C M Y K H S L
Decimal 33 72 39 0.54 0 0.46 0.72 129.23 0.37 0.21
Hex 21 48 27 36 0 2E 48 81 25 15
Octal 41 110 47 66 0 56 110 201 45 25
Binary 100001 1001000 100111 110110 0 101110 1001000 10000001 100101 10101

Color Harmonies of #214827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214827

Black with #214827

Text Example


Text Example

White with #214827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214827; }

 p { color: rgb(33,72,39); }

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

background-color css

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

 a { background-color: rgb(33,72,39); }

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

border-color css

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

 span { border-color: rgb(33,72,39); }

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