Html Css Color HEX #21471F Myrtle

📋 copy color: '#21471F'

red 33 ◦ green 71 ◦ blue 31

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

Shades of Myrtle #21471F

Tints of Myrtle #21471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 52.59%

 BLUE value IS 31 (12.5% from 255) = 22.96%

R = 24.44%
G = 52.59%
B = 22.96%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#21471F (or 0x21471F) is known color: Myrtle. HEX triplet: 21, 47 and 1F. RGB value is (33,71,31). Sum of RGB (Red+Green+Blue) = 33+71+31=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #21471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21471F is #DEB8E0. Grayscale: #373737. Windows color (decimal): -14596321 or 2049825. OLE color: 2049825.

HSL color Cylindrical-coordinate representation of color #21471F: hue angle of 117º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #21471F is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 71 31 -
CMYK 0.54 0 0.56 0.72
HSL 117º 0.39% 0.2% -
HSV(B) 117º 0.56% 0.28% -
XYZ 3.13 4.93 2.08 -
YUV 55.08 114.41 112.25 -
System Red Green Blue C M Y K H S L
Decimal 33 71 31 0.54 0 0.56 0.72 117 0.39 0.2
Hex 21 47 1F 36 0 38 48 75 27 14
Octal 41 107 37 66 0 70 110 165 47 24
Binary 100001 1000111 11111 110110 0 111000 1001000 1110101 100111 10100

Color Harmonies of #21471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21471F

Black with #21471F

Text Example


Text Example

White with #21471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,71,31); }

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

background-color css

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

 a { background-color: rgb(33,71,31); }

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

border-color css

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

 span { border-color: rgb(33,71,31); }

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