#22261A

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

Shades of Rangoon Green #22261A

Tints of Rangoon Green #22261A

Color information

#22261A (or 0x22261A) is unknown color: approx Rangoon Green. HEX triplet: 22, 26 and 1A. RGB value is (34,38,26). Sum of RGB (Red+Green+Blue) = 34+38+26=98 (12% of max value = 765). Red value is 34 (13.67% from 255 or 34.69% from 98); Green value is 38 (15.23% from 255 or 38.78% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 38 - color contains mainly: green. Hex color #22261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22261A is #DDD9E5. Grayscale: #232323. Windows color (decimal): -14539238 or 1713698. OLE color: 1713698.

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

Color convert

RGB343826-
CMYK0.1100.320.85
HSL80º18.75%12.55%-
HSV(B)80º31.58%14.9%-
XYZ1.541.81.24-
YUV35.44122.67126.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34.69%
GREEN value IS 38 (15.23% from 255) = 38.78%
BLUE value IS 26 (10.55% from 255) = 26.53%
R=34.69%
G=38.78%
B=26.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3438260.1100.320.858018.7512.55
Hex22261AB020555013d
Octal424632130401251202315
Binary100010100110110101011010000010101011010000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22261A; }

 p { color: rgb(34,38,26); }

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

<style>
 a { background-color: #22261A; }

 a { background-color: rgb(34,38,26); }

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

<style>
 span { border-color: #22261A; }

 span { border-color: rgb(34,38,26); }

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