#227301

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

Shades of Green #227301

Tints of Green #227301

Color information

#227301 (or 0x227301) is unknown color: approx Green. HEX triplet: 22, 73 and 01. RGB value is (34,115,1). Sum of RGB (Red+Green+Blue) = 34+115+1=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 115 (45.31% from 255 or 76.67% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 115 - color contains mainly: green. Hex color #227301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #227301 is #DD8CFE. Grayscale: #4E4E4E. Windows color (decimal): -14519551 or 95010. OLE color: 95010.

HSL color Cylindrical-coordinate representation of color #227301: hue angle of 102.63º 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 #227301 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB341151-
CMYK0.7000.990.55
HSL102.63º98.28%22.75%-
HSV(B)102.63º99.13%45.1%-
XYZ6.812.62.1-
YUV77.7884.6696.77-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.67%
GREEN value IS 115 (45.31% from 255) = 76.67%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=22.67%
G=76.67%
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
Decimal3411510.7000.990.55102.6398.2822.75
Hex227314606337676217
Octal42163110601436714714227
Binary100010111001111000110011000111101111100111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227301; }

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

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

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

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

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

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

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

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