Html Css Color HEX #212614 Rangoon Green

📋 copy color: '#212614'

red 33 ◦ green 38 ◦ blue 20

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

Shades of Rangoon Green #212614

Tints of Rangoon Green #212614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 41.76%

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

R = 36.26%
G = 41.76%
B = 21.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.85

RGB Variations

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

Color information

#212614 (or 0x212614) is known color: Rangoon Green. HEX triplet: 21, 26 and 14. RGB value is (33,38,20). Sum of RGB (Red+Green+Blue) = 33+38+20=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 38 - color contains mainly: green. Hex color #212614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212614 is #DED9EB. Grayscale: #222222. Windows color (decimal): -14604780 or 1320481. OLE color: 1320481.

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

Color convert

RGB 33 38 20 -
CMYK 0.13 0 0.47 0.85
HSL 76.67º 0.31% 0.11% -
HSV(B) 76.67º 0.47% 0.15% -
XYZ 1.45 1.76 0.93 -
YUV 34.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 33 38 20 0.13 0 0.47 0.85 76.67 0.31 0.11
Hex 21 26 14 D 0 2F 55 4D 1F B
Octal 41 46 24 15 0 57 125 115 37 13
Binary 100001 100110 10100 1101 0 101111 1010101 1001101 11111 1011

Color Harmonies of #212614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212614

Black with #212614

Text Example


Text Example

White with #212614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212614; }

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

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

background-color css

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

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

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

border-color css

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

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

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