Html Css Color HEX #1B210B Rangoon Green

📋 copy color: '#1B210B'

red 27 ◦ green 33 ◦ blue 11

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

Shades of Rangoon Green #1B210B

Tints of Rangoon Green #1B210B

RGB

 RED value IS 27 (10.94% from 255) = 38.03%

 GREEN value IS 33 (13.28% from 255) = 46.48%

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

R = 38.03%
G = 46.48%
B = 15.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.87

RGB Variations

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

Color information

#1B210B (or 0x1B210B) is known color: Rangoon Green. HEX triplet: 1B, 21 and 0B. RGB value is (27,33,11). Sum of RGB (Red+Green+Blue) = 27+33+11=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 33 (13.28% from 255 or 46.48% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 33 - color contains mainly: green. Hex color #1B210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B210B is #E4DEF4. Grayscale: #1C1C1C. Windows color (decimal): -14999285 or 729371. OLE color: 729371.

HSL color Cylindrical-coordinate representation of color #1B210B: hue angle of 76.36º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B210B is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB 27 33 11 -
CMYK 0.18 0 0.67 0.87
HSL 76.36º 0.5% 0.09% -
HSV(B) 76.36º 0.67% 0.13% -
XYZ 1.06 1.34 0.52 -
YUV 28.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 27 33 11 0.18 0 0.67 0.87 76.36 0.5 0.09
Hex 1B 21 B 12 0 43 57 4C 32 9
Octal 33 41 13 22 0 103 127 114 62 11
Binary 11011 100001 1011 10010 0 1000011 1010111 1001100 110010 1001

Color Harmonies of #1B210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B210B

Black with #1B210B

Text Example


Text Example

White with #1B210B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B210B; }

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

 H1.HeaderClassName
 {
   color: #1B210B;
 }
 .AnyTagClassName
 {
   color: #1B210B;
 }
</style>

background-color css

<style>
 a { background-color: #1B210B; }

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

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

border-color css

<style>
 span { border-color: #1B210B; }

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

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