Html Css Color HEX #21280E Rangoon Green

📋 copy color: '#21280E'

red 33 ◦ green 40 ◦ blue 14

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

Shades of Rangoon Green #21280E

Tints of Rangoon Green #21280E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 16.09%

R = 37.93%
G = 45.98%
B = 16.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.84

RGB Variations

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

Color information

#21280E (or 0x21280E) is known color: Rangoon Green. HEX triplet: 21, 28 and 0E. RGB value is (33,40,14). Sum of RGB (Red+Green+Blue) = 33+40+14=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 40 (16.02% from 255 or 45.98% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 40 - color contains mainly: green. Hex color #21280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21280E is #DED7F1. Grayscale: #232323. Windows color (decimal): -14604274 or 927777. OLE color: 927777.

HSL color Cylindrical-coordinate representation of color #21280E: hue angle of 76.15º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21280E is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 40 14 -
CMYK 0.17 0 0.65 0.84
HSL 76.15º 0.48% 0.11% -
HSV(B) 76.15º 0.65% 0.16% -
XYZ 1.47 1.87 0.7 -
YUV 34.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 33 40 14 0.17 0 0.65 0.84 76.15 0.48 0.11
Hex 21 28 E 11 0 41 54 4C 30 B
Octal 41 50 16 21 0 101 124 114 60 13
Binary 100001 101000 1110 10001 0 1000001 1010100 1001100 110000 1011

Color Harmonies of #21280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21280E

Black with #21280E

Text Example


Text Example

White with #21280E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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