Html Css Color HEX #21231B Rangoon Green

📋 copy color: '#21231B'

red 33 ◦ green 35 ◦ blue 27

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

Shades of Rangoon Green #21231B

Tints of Rangoon Green #21231B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 36.84%

 BLUE value IS 27 (10.94% from 255) = 28.42%

R = 34.74%
G = 36.84%
B = 28.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.86

RGB Variations

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

Color information

#21231B (or 0x21231B) is known color: Rangoon Green. HEX triplet: 21, 23 and 1B. RGB value is (33,35,27). Sum of RGB (Red+Green+Blue) = 33+35+27=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 35 - color contains mainly: green. Hex color #21231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21231B is #DEDCE4. Grayscale: #212121. Windows color (decimal): -14605541 or 1778465. OLE color: 1778465.

HSL color Cylindrical-coordinate representation of color #21231B: hue angle of 75º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #21231B is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.86.

Color convert

RGB 33 35 27 -
CMYK 0.06 0 0.23 0.86
HSL 75º 0.13% 0.12% -
HSV(B) 75º 0.23% 0.14% -
XYZ 1.43 1.6 1.27 -
YUV 33.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 33 35 27 0.06 0 0.23 0.86 75 0.13 0.12
Hex 21 23 1B 6 0 17 56 4B D C
Octal 41 43 33 6 0 27 126 113 15 14
Binary 100001 100011 11011 110 0 10111 1010110 1001011 1101 1100

Color Harmonies of #21231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21231B

Black with #21231B

Text Example


Text Example

White with #21231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21231B; }

 p { color: rgb(33,35,27); }

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

background-color css

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

 a { background-color: rgb(33,35,27); }

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

border-color css

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

 span { border-color: rgb(33,35,27); }

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