Html Css Color HEX #21280D Rangoon Green

📋 copy color: '#21280D'

red 33 ◦ green 40 ◦ blue 13

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

Shades of Rangoon Green #21280D

Tints of Rangoon Green #21280D

RGB

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

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

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

R = 38.37%
G = 46.51%
B = 15.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.84

RGB Variations

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

Color information

#21280D (or 0x21280D) is known color: Rangoon Green. HEX triplet: 21, 28 and 0D. RGB value is (33,40,13). Sum of RGB (Red+Green+Blue) = 33+40+13=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 40 (16.02% from 255 or 46.51% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 40 - color contains mainly: green. Hex color #21280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21280D is #DED7F2. Grayscale: #222222. Windows color (decimal): -14604275 or 862241. OLE color: 862241.

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

Color convert

RGB 33 40 13 -
CMYK 0.17 0 0.67 0.84
HSL 75.56º 0.51% 0.1% -
HSV(B) 75.56º 0.68% 0.16% -
XYZ 1.46 1.87 0.66 -
YUV 34.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 33 40 13 0.17 0 0.67 0.84 75.56 0.51 0.1
Hex 21 28 D 11 0 43 54 4C 33 A
Octal 41 50 15 21 0 103 124 114 63 12
Binary 100001 101000 1101 10001 0 1000011 1010100 1001100 110011 1010

Color Harmonies of #21280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21280D

Black with #21280D

Text Example


Text Example

White with #21280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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