#227201

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

Shades of Green #227201

Tints of Green #227201

Color information

#227201 (or 0x227201) is unknown color: approx Green. HEX triplet: 22, 72 and 01. RGB value is (34,114,1). Sum of RGB (Red+Green+Blue) = 34+114+1=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 114 (44.92% from 255 or 76.51% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 114 - color contains mainly: green. Hex color #227201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #227201 is #DD8DFE. Grayscale: #4D4D4D. Windows color (decimal): -14519807 or 94754. OLE color: 94754.

HSL color Cylindrical-coordinate representation of color #227201: hue angle of 102.48º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #227201 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB341141-
CMYK0.7000.990.55
HSL102.48º98.26%22.55%-
HSV(B)102.48º99.12%44.71%-
XYZ6.6812.382.07-
YUV77.28597.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.82%
GREEN value IS 114 (44.92% from 255) = 76.51%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=22.82%
G=76.51%
B=0.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3411410.7000.990.55102.4898.2622.55
Hex227214606337666217
Octal42162110601436714614227
Binary100010111001011000110011000111101111100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227201; }

 p { color: rgb(34,114,1); }

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

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

 a { background-color: rgb(34,114,1); }

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

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

 span { border-color: rgb(34,114,1); }

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