#222C05

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

Shades of Rangoon Green #222C05

Tints of Rangoon Green #222C05

Color information

#222C05 (or 0x222C05) is unknown color: approx Rangoon Green. HEX triplet: 22, 2C and 05. RGB value is (34,44,5). Sum of RGB (Red+Green+Blue) = 34+44+5=83 (10% of max value = 765). Red value is 34 (13.67% from 255 or 40.96% from 83); Green value is 44 (17.58% from 255 or 53.01% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 44 - color contains mainly: green. Hex color #222C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222C05 is #DDD3FA. Grayscale: #242424. Windows color (decimal): -14537723 or 338978. OLE color: 338978.

HSL color Cylindrical-coordinate representation of color #222C05: hue angle of 75.38º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #222C05 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.83.

Color convert

RGB34445-
CMYK0.2300.890.83
HSL75.38º79.59%9.61%-
HSV(B)75.38º88.64%17.25%-
XYZ1.592.150.48-
YUV36.56110.19126.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 40.96%
GREEN value IS 44 (17.58% from 255) = 53.01%
BLUE value IS 5 (2.34% from 255) = 6.02%
R=40.96%
G=53.01%
B=6.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal344450.2300.890.8375.3879.599.61
Hex222C517059534b50a
Octal4254527013112311312012
Binary10001010110010110111010110011010011100101110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222C05; }

 p { color: rgb(34,44,5); }

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

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

 a { background-color: rgb(34,44,5); }

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

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

 span { border-color: rgb(34,44,5); }

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