Html Css Color HEX #1B2302 Rangoon Green

📋 copy color: '#1B2302'

red 27 ◦ green 35 ◦ blue 2

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

Shades of Rangoon Green #1B2302

Tints of Rangoon Green #1B2302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 54.69%

 BLUE value IS 2 (1.17% from 255) = 3.13%

R = 42.19%
G = 54.69%
B = 3.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.86

RGB Variations

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

Color information

#1B2302 (or 0x1B2302) is known color: Rangoon Green. HEX triplet: 1B, 23 and 02. RGB value is (27,35,2). Sum of RGB (Red+Green+Blue) = 27+35+2=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 35 (14.06% from 255 or 54.69% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 35 - color contains mainly: green. Hex color #1B2302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2302 is #E4DCFD. Grayscale: #1C1C1C. Windows color (decimal): -14998782 or 140059. OLE color: 140059.

HSL color Cylindrical-coordinate representation of color #1B2302: hue angle of 74.55º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B2302 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.86.

Color convert

RGB 27 35 2 -
CMYK 0.23 0 0.94 0.86
HSL 74.55º 0.89% 0.07% -
HSV(B) 74.55º 0.94% 0.14% -
XYZ 1.06 1.44 0.28 -
YUV 28.85 112.85 126.68 -
System Red Green Blue C M Y K H S L
Decimal 27 35 2 0.23 0 0.94 0.86 74.55 0.89 0.07
Hex 1B 23 2 17 0 5E 56 4B 59 7
Octal 33 43 2 27 0 136 126 113 131 7
Binary 11011 100011 10 10111 0 1011110 1010110 1001011 1011001 111

Color Harmonies of #1B2302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2302

Black with #1B2302

Text Example


Text Example

White with #1B2302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,35,2); }

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

background-color css

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

 a { background-color: rgb(27,35,2); }

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

border-color css

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

 span { border-color: rgb(27,35,2); }

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