Html Css Color HEX #228500 Green

📋 copy color: '#228500'

red 34 ◦ green 133 ◦ blue 0

#228500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #228500

Tints of Green #228500

RGB

 RED value IS 34 (13.67% from 255) = 20.36%

 GREEN value IS 133 (52.34% from 255) = 79.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 20.36%
G = 79.64%
B = 0%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#228500 (or 0x228500) is known color: Green. HEX triplet: 22, 85 and 00. RGB value is (34,133,0). Sum of RGB (Red+Green+Blue) = 34+133+0=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 133 (52.34% from 255 or 79.64% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 133 - color contains mainly: green. Hex color #228500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #228500 is #DD7AFF. Grayscale: #585858. Windows color (decimal): -14514944 or 34082. OLE color: 34082.

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

Color convert

RGB 34 133 0 -
CMYK 0.74 0 1 0.48
HSL 104.66º 1% 0.26% -
HSV(B) 104.66º 1% 0.52% -
XYZ 9.05 17.12 2.83 -
YUV 88.24 78.2 89.31 -
System Red Green Blue C M Y K H S L
Decimal 34 133 0 0.74 0 1 0.48 104.66 1 0.26
Hex 22 85 0 4A 0 64 30 69 64 1A
Octal 42 205 0 112 0 144 60 151 144 32
Binary 100010 10000101 0 1001010 0 1100100 110000 1101001 1100100 11010

Color Harmonies of #228500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228500

Black with #228500

Text Example


Text Example

White with #228500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228500; }

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

 H1.HeaderClassName
 {
   color: #228500;
 }
 .AnyTagClassName
 {
   color: #228500;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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