#22231F

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

Shades of Rangoon Green #22231F

Tints of Rangoon Green #22231F

Color information

#22231F (or 0x22231F) is unknown color: approx Rangoon Green. HEX triplet: 22, 23 and 1F. RGB value is (34,35,31). Sum of RGB (Red+Green+Blue) = 34+35+31=100 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 35 - color contains mainly: green. Hex color #22231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22231F is #DDDCE0. Grayscale: #222222. Windows color (decimal): -14540001 or 2040610. OLE color: 2040610.

HSL color Cylindrical-coordinate representation of color #22231F: hue angle of 75º degrees, saturation: 0.06, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #22231F is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB343531-
CMYK0.0300.110.86
HSL75º6.06%12.94%-
HSV(B)75º11.43%13.73%-
XYZ1.511.641.53-
YUV34.24126.17127.83-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34%
GREEN value IS 35 (14.06% from 255) = 35%
BLUE value IS 31 (12.5% from 255) = 31%
R=34%
G=35%
B=31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3435310.0300.110.86756.0612.94
Hex22231F30B564b6d
Octal4243373013126113615
Binary100010100011111111101011101011010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,35,31); }

 H1.HeaderClassName
 {
   color: #22231F;
 }
 .AnyTagClassName
 {
   color: #22231F;
 }
</style>
background-color css

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

 a { background-color: rgb(34,35,31); }

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

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

 span { border-color: rgb(34,35,31); }

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