Html Css Color HEX #212514 Rangoon Green

📋 copy color: '#212514'

red 33 ◦ green 37 ◦ blue 20

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

Shades of Rangoon Green #212514

Tints of Rangoon Green #212514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 41.11%

 BLUE value IS 20 (8.2% from 255) = 22.22%

R = 36.67%
G = 41.11%
B = 22.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#212514 (or 0x212514) is known color: Rangoon Green. HEX triplet: 21, 25 and 14. RGB value is (33,37,20). Sum of RGB (Red+Green+Blue) = 33+37+20=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 37 - color contains mainly: green. Hex color #212514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212514 is #DEDAEB. Grayscale: #212121. Windows color (decimal): -14605036 or 1320225. OLE color: 1320225.

HSL color Cylindrical-coordinate representation of color #212514: hue angle of 74.12º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #212514 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 37 20 -
CMYK 0.11 0 0.46 0.85
HSL 74.12º 0.3% 0.11% -
HSV(B) 74.12º 0.46% 0.15% -
XYZ 1.42 1.7 0.91 -
YUV 33.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 33 37 20 0.11 0 0.46 0.85 74.12 0.3 0.11
Hex 21 25 14 B 0 2E 55 4A 1E B
Octal 41 45 24 13 0 56 125 112 36 13
Binary 100001 100101 10100 1011 0 101110 1010101 1001010 11110 1011

Color Harmonies of #212514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212514

Black with #212514

Text Example


Text Example

White with #212514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212514; }

 p { color: rgb(33,37,20); }

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

background-color css

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

 a { background-color: rgb(33,37,20); }

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

border-color css

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

 span { border-color: rgb(33,37,20); }

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