#228300

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

Shades of Green #228300

Tints of Green #228300

Color information

#228300 (or 0x228300) is unknown color: approx Green. HEX triplet: 22, 83 and 00. RGB value is (34,131,0). Sum of RGB (Red+Green+Blue) = 34+131+0=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 131 (51.56% from 255 or 79.39% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 131 - color contains mainly: green. Hex color #228300 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #228300 is #DD7CFF. Grayscale: #575757. Windows color (decimal): -14515456 or 33570. OLE color: 33570.

HSL color Cylindrical-coordinate representation of color #228300: hue angle of 104.43º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #228300 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB341310-
CMYK0.74010.49
HSL104.43º100%25.69%-
HSV(B)104.43º100%51.37%-
XYZ8.7816.572.74-
YUV87.0678.8690.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.61%
GREEN value IS 131 (51.56% from 255) = 79.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=20.61%
G=79.39%
B=0%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3413100.74010.49104.4310025.69
Hex228304A0643168641a
Octal42203011201446115014432
Binary1000101000001101001010011001001100011101000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228300; }

 p { color: rgb(34,131,0); }

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

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

 a { background-color: rgb(34,131,0); }

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

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

 span { border-color: rgb(34,131,0); }

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