Html Css Color HEX #1B1C18 Rangoon Green

📋 copy color: '#1B1C18'

red 27 ◦ green 28 ◦ blue 24

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

Shades of Rangoon Green #1B1C18

Tints of Rangoon Green #1B1C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 35.44%

 BLUE value IS 24 (9.77% from 255) = 30.38%

R = 34.18%
G = 35.44%
B = 30.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.89

RGB Variations

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

Color information

#1B1C18 (or 0x1B1C18) is known color: Rangoon Green. HEX triplet: 1B, 1C and 18. RGB value is (27,28,24). Sum of RGB (Red+Green+Blue) = 27+28+24=79 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.18% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 28 - color contains mainly: green. Hex color #1B1C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1C18 is #E4E3E7. Grayscale: #1B1B1B. Windows color (decimal): -15000552 or 1580059. OLE color: 1580059.

HSL color Cylindrical-coordinate representation of color #1B1C18: hue angle of 75º degrees, saturation: 0.08, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #1B1C18 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 28 24 -
CMYK 0.04 0 0.14 0.89
HSL 75º 0.08% 0.1% -
HSV(B) 75º 0.14% 0.11% -
XYZ 1.03 1.13 1.03 -
YUV 27.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 27 28 24 0.04 0 0.14 0.89 75 0.08 0.1
Hex 1B 1C 18 4 0 E 59 4B 8 A
Octal 33 34 30 4 0 16 131 113 10 12
Binary 11011 11100 11000 100 0 1110 1011001 1001011 1000 1010

Color Harmonies of #1B1C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1C18

Black with #1B1C18

Text Example


Text Example

White with #1B1C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,28,24); }

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

background-color css

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

 a { background-color: rgb(27,28,24); }

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

border-color css

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

 span { border-color: rgb(27,28,24); }

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