#1B2302

Color #1B2302 Rangoon Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rangoon Green #1B2302

Tints of Rangoon Green #1B2302

Color information

#1B2302 (or 0x1B2302) is unknown color: approx 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

RGB27352-
CMYK0.2300.940.86
HSL74.55º89.19%7.25%-
HSV(B)74.55º94.29%13.73%-
XYZ1.061.440.28-
YUV28.85112.85126.68-

RGB Variations

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

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.12%
R=42.19%
G=54.69%
B=3.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal273520.2300.940.8674.5589.197.25
Hex1B2321705E564b597
Octal334322701361261131317
Binary11011100011101011101011110101011010010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>