#22251C

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

Shades of Rangoon Green #22251C

Tints of Rangoon Green #22251C

Color information

#22251C (or 0x22251C) is unknown color: approx Rangoon Green. HEX triplet: 22, 25 and 1C. RGB value is (34,37,28). Sum of RGB (Red+Green+Blue) = 34+37+28=99 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34.34% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 37 - color contains mainly: green. Hex color #22251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22251C is #DDDAE3. Grayscale: #232323. Windows color (decimal): -14539492 or 1844514. OLE color: 1844514.

HSL color Cylindrical-coordinate representation of color #22251C: hue angle of 80º degrees, saturation: 0.14, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #22251C is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB343728-
CMYK0.0800.240.85
HSL80º13.85%12.75%-
HSV(B)80º24.32%14.51%-
XYZ1.531.751.36-
YUV35.08124.01127.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34.34%
GREEN value IS 37 (14.84% from 255) = 37.37%
BLUE value IS 28 (11.33% from 255) = 28.28%
R=34.34%
G=37.37%
B=28.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3437280.0800.240.858013.8512.75
Hex22251C80185550ed
Octal424534100301251201615
Binary1000101001011110010000110001010101101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22251C; }

 p { color: rgb(34,37,28); }

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

<style>
 a { background-color: #22251C; }

 a { background-color: rgb(34,37,28); }

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

<style>
 span { border-color: #22251C; }

 span { border-color: rgb(34,37,28); }

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