Html Css Color HEX #212615 Rangoon Green

📋 copy color: '#212615'

red 33 ◦ green 38 ◦ blue 21

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

Shades of Rangoon Green #212615

Tints of Rangoon Green #212615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 22.83%

R = 35.87%
G = 41.3%
B = 22.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.85

RGB Variations

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

Color information

#212615 (or 0x212615) is known color: Rangoon Green. HEX triplet: 21, 26 and 15. RGB value is (33,38,21). Sum of RGB (Red+Green+Blue) = 33+38+21=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 38 - color contains mainly: green. Hex color #212615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212615 is #DED9EA. Grayscale: #222222. Windows color (decimal): -14604779 or 1386017. OLE color: 1386017.

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

Color convert

RGB 33 38 21 -
CMYK 0.13 0 0.45 0.85
HSL 77.65º 0.29% 0.12% -
HSV(B) 77.65º 0.45% 0.15% -
XYZ 1.46 1.76 0.97 -
YUV 34.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 33 38 21 0.13 0 0.45 0.85 77.65 0.29 0.12
Hex 21 26 15 D 0 2D 55 4E 1D C
Octal 41 46 25 15 0 55 125 116 35 14
Binary 100001 100110 10101 1101 0 101101 1010101 1001110 11101 1100

Color Harmonies of #212615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212615

Black with #212615

Text Example


Text Example

White with #212615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212615; }

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

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

background-color css

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

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

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

border-color css

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

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

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