Html Css Color HEX #21290D Rangoon Green

📋 copy color: '#21290D'

red 33 ◦ green 41 ◦ blue 13

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

Shades of Rangoon Green #21290D

Tints of Rangoon Green #21290D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 47.13%

 BLUE value IS 13 (5.47% from 255) = 14.94%

R = 37.93%
G = 47.13%
B = 14.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.68

 K value IS 0.84

RGB Variations

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

Color information

#21290D (or 0x21290D) is known color: Rangoon Green. HEX triplet: 21, 29 and 0D. RGB value is (33,41,13). Sum of RGB (Red+Green+Blue) = 33+41+13=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 41 (16.41% from 255 or 47.13% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 41 - color contains mainly: green. Hex color #21290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21290D is #DED6F2. Grayscale: #232323. Windows color (decimal): -14604019 or 862497. OLE color: 862497.

HSL color Cylindrical-coordinate representation of color #21290D: hue angle of 77.14º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #21290D is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 41 13 -
CMYK 0.20 0 0.68 0.84
HSL 77.14º 0.52% 0.11% -
HSV(B) 77.14º 0.68% 0.16% -
XYZ 1.49 1.94 0.68 -
YUV 35.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 33 41 13 0.20 0 0.68 0.84 77.14 0.52 0.11
Hex 21 29 D 14 0 44 54 4D 34 B
Octal 41 51 15 24 0 104 124 115 64 13
Binary 100001 101001 1101 10100 0 1000100 1010100 1001101 110100 1011

Color Harmonies of #21290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21290D

Black with #21290D

Text Example


Text Example

White with #21290D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21290D; }

 p { color: rgb(33,41,13); }

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

background-color css

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

 a { background-color: rgb(33,41,13); }

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

border-color css

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

 span { border-color: rgb(33,41,13); }

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