Html Css Color HEX #21241A Rangoon Green

📋 copy color: '#21241A'

red 33 ◦ green 36 ◦ blue 26

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

Shades of Rangoon Green #21241A

Tints of Rangoon Green #21241A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 37.89%

 BLUE value IS 26 (10.55% from 255) = 27.37%

R = 34.74%
G = 37.89%
B = 27.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.86

RGB Variations

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

Color information

#21241A (or 0x21241A) is known color: Rangoon Green. HEX triplet: 21, 24 and 1A. RGB value is (33,36,26). Sum of RGB (Red+Green+Blue) = 33+36+26=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 36 - color contains mainly: green. Hex color #21241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21241A is #DEDBE5. Grayscale: #222222. Windows color (decimal): -14605286 or 1713185. OLE color: 1713185.

HSL color Cylindrical-coordinate representation of color #21241A: hue angle of 78º degrees, saturation: 0.16, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #21241A is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.86.

Color convert

RGB 33 36 26 -
CMYK 0.08 0 0.28 0.86
HSL 78º 0.16% 0.12% -
HSV(B) 78º 0.28% 0.14% -
XYZ 1.44 1.66 1.22 -
YUV 33.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 33 36 26 0.08 0 0.28 0.86 78 0.16 0.12
Hex 21 24 1A 8 0 1C 56 4E 10 C
Octal 41 44 32 10 0 34 126 116 20 14
Binary 100001 100100 11010 1000 0 11100 1010110 1001110 10000 1100

Color Harmonies of #21241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21241A

Black with #21241A

Text Example


Text Example

White with #21241A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21241A; }

 p { color: rgb(33,36,26); }

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

background-color css

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

 a { background-color: rgb(33,36,26); }

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

border-color css

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

 span { border-color: rgb(33,36,26); }

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