Html Css Color HEX #228601 Forest Green

📋 copy color: '#228601'

red 34 ◦ green 134 ◦ blue 1

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

Shades of Forest Green #228601

Tints of Forest Green #228601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 79.29%

 BLUE value IS 1 (0.78% from 255) = 0.59%

R = 20.12%
G = 79.29%
B = 0.59%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#228601 (or 0x228601) is known color: Forest Green. HEX triplet: 22, 86 and 01. RGB value is (34,134,1). Sum of RGB (Red+Green+Blue) = 34+134+1=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 134 (52.73% from 255 or 79.29% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 134 - color contains mainly: green. Hex color #228601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #228601 is #DD79FE. Grayscale: #595959. Windows color (decimal): -14514687 or 99874. OLE color: 99874.

HSL color Cylindrical-coordinate representation of color #228601: hue angle of 105.11º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #228601 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 134 1 -
CMYK 0.75 0 0.99 0.47
HSL 105.11º 0.99% 0.26% -
HSV(B) 105.11º 0.99% 0.53% -
XYZ 9.19 17.39 2.9 -
YUV 88.94 78.37 88.81 -
System Red Green Blue C M Y K H S L
Decimal 34 134 1 0.75 0 0.99 0.47 105.11 0.99 0.26
Hex 22 86 1 4B 0 63 2F 69 63 1A
Octal 42 206 1 113 0 143 57 151 143 32
Binary 100010 10000110 1 1001011 0 1100011 101111 1101001 1100011 11010

Color Harmonies of #228601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228601

Black with #228601

Text Example


Text Example

White with #228601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228601; }

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

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

background-color css

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

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

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

border-color css

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

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

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