Html Css Color HEX #21280B Rangoon Green

📋 copy color: '#21280B'

red 33 ◦ green 40 ◦ blue 11

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

Shades of Rangoon Green #21280B

Tints of Rangoon Green #21280B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 47.62%

 BLUE value IS 11 (4.69% from 255) = 13.1%

R = 39.29%
G = 47.62%
B = 13.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.84

RGB Variations

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

Color information

#21280B (or 0x21280B) is known color: Rangoon Green. HEX triplet: 21, 28 and 0B. RGB value is (33,40,11). Sum of RGB (Red+Green+Blue) = 33+40+11=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 40 (16.02% from 255 or 47.62% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 40 - color contains mainly: green. Hex color #21280B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21280B is #DED7F4. Grayscale: #222222. Windows color (decimal): -14604277 or 731169. OLE color: 731169.

HSL color Cylindrical-coordinate representation of color #21280B: hue angle of 74.48º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21280B is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 40 11 -
CMYK 0.17 0 0.72 0.84
HSL 74.48º 0.57% 0.1% -
HSV(B) 74.48º 0.73% 0.16% -
XYZ 1.45 1.87 0.6 -
YUV 34.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 33 40 11 0.17 0 0.72 0.84 74.48 0.57 0.1
Hex 21 28 B 11 0 48 54 4A 39 A
Octal 41 50 13 21 0 110 124 112 71 12
Binary 100001 101000 1011 10001 0 1001000 1010100 1001010 111001 1010

Color Harmonies of #21280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21280B

Black with #21280B

Text Example


Text Example

White with #21280B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,40,11); }

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

background-color css

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

 a { background-color: rgb(33,40,11); }

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

border-color css

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

 span { border-color: rgb(33,40,11); }

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