#227001

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

Shades of Green #227001

Tints of Green #227001

Color information

#227001 (or 0x227001) is unknown color: approx Green. HEX triplet: 22, 70 and 01. RGB value is (34,112,1). Sum of RGB (Red+Green+Blue) = 34+112+1=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 112 (44.14% from 255 or 76.19% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 112 - color contains mainly: green. Hex color #227001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #227001 is #DD8FFE. Grayscale: #4C4C4C. Windows color (decimal): -14520319 or 94242. OLE color: 94242.

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

Color convert

RGB341121-
CMYK0.7000.990.56
HSL102.16º98.23%22.16%-
HSV(B)102.16º99.11%43.92%-
XYZ6.4611.931.99-
YUV76.0285.6698.03-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.13%
GREEN value IS 112 (44.14% from 255) = 76.19%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=23.13%
G=76.19%
B=0.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3411210.7000.990.56102.1698.2322.16
Hex227014606338666216
Octal42160110601437014614226
Binary100010111000011000110011000111110001100110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227001; }

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

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

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

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

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

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

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

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