Html Css Color HEX #21280F Rangoon Green

📋 copy color: '#21280F'

red 33 ◦ green 40 ◦ blue 15

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

Shades of Rangoon Green #21280F

Tints of Rangoon Green #21280F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 17.05%

R = 37.5%
G = 45.45%
B = 17.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.84

RGB Variations

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

Color information

#21280F (or 0x21280F) is known color: Rangoon Green. HEX triplet: 21, 28 and 0F. RGB value is (33,40,15). Sum of RGB (Red+Green+Blue) = 33+40+15=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 40 - color contains mainly: green. Hex color #21280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21280F is #DED7F0. Grayscale: #232323. Windows color (decimal): -14604273 or 993313. OLE color: 993313.

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

Color convert

RGB 33 40 15 -
CMYK 0.17 0 0.62 0.84
HSL 76.8º 0.45% 0.11% -
HSV(B) 76.8º 0.63% 0.16% -
XYZ 1.47 1.88 0.74 -
YUV 35.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 33 40 15 0.17 0 0.62 0.84 76.8 0.45 0.11
Hex 21 28 F 11 0 3E 54 4D 2D B
Octal 41 50 17 21 0 76 124 115 55 13
Binary 100001 101000 1111 10001 0 111110 1010100 1001101 101101 1011

Color Harmonies of #21280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21280F

Black with #21280F

Text Example


Text Example

White with #21280F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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