#222815

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

Shades of Rangoon Green #222815

Tints of Rangoon Green #222815

Color information

#222815 (or 0x222815) is unknown color: approx Rangoon Green. HEX triplet: 22, 28 and 15. RGB value is (34,40,21). Sum of RGB (Red+Green+Blue) = 34+40+21=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 40 - color contains mainly: green. Hex color #222815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222815 is #DDD7EA. Grayscale: #242424. Windows color (decimal): -14538731 or 1386530. OLE color: 1386530.

HSL color Cylindrical-coordinate representation of color #222815: hue angle of 78.95º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #222815 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB344021-
CMYK0.1500.480.84
HSL78.95º31.15%11.96%-
HSV(B)78.95º47.5%15.69%-
XYZ1.551.911-
YUV36.04119.51126.54-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.79%
GREEN value IS 40 (16.02% from 255) = 42.11%
BLUE value IS 21 (8.59% from 255) = 22.11%
R=35.79%
G=42.11%
B=22.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3440210.1500.480.8478.9531.1511.96
Hex222815F030544f1fc
Octal425025170601241173714
Binary100010101000101011111011000010101001001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222815; }

 p { color: rgb(34,40,21); }

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

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

 a { background-color: rgb(34,40,21); }

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

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

 span { border-color: rgb(34,40,21); }

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