#22280F

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

Shades of Rangoon Green #22280F

Tints of Rangoon Green #22280F

Color information

#22280F (or 0x22280F) is unknown color: approx Rangoon Green. HEX triplet: 22, 28 and 0F. RGB value is (34,40,15). Sum of RGB (Red+Green+Blue) = 34+40+15=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 40 (16.02% from 255 or 44.94% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 40 - color contains mainly: green. Hex color #22280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22280F is #DDD7F0. Grayscale: #232323. Windows color (decimal): -14538737 or 993314. OLE color: 993314.

HSL color Cylindrical-coordinate representation of color #22280F: hue angle of 74.4º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #22280F is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB344015-
CMYK0.1500.620.84
HSL74.4º45.45%10.78%-
HSV(B)74.4º62.5%15.69%-
XYZ1.51.890.74-
YUV35.36116.51127.03-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.20%
GREEN value IS 40 (16.02% from 255) = 44.94%
BLUE value IS 15 (6.25% from 255) = 16.85%
R=38.20%
G=44.94%
B=16.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3440150.1500.620.8474.445.4510.78
Hex2228FF03E544a2db
Octal425017170761241125513
Binary100010101000111111110111110101010010010101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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