Html Css Color HEX #018322 Forest Green

📋 copy color: '#018322'

red 1 ◦ green 131 ◦ blue 34

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

Shades of Forest Green #018322

Tints of Forest Green #018322

RGB

 RED value IS 1 (0.78% from 255) = 0.6%

 GREEN value IS 131 (51.56% from 255) = 78.92%

 BLUE value IS 34 (13.67% from 255) = 20.48%

R = 0.6%
G = 78.92%
B = 20.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#018322 (or 0x018322) is known color: Forest Green. HEX triplet: 01, 83 and 22. RGB value is (1,131,34). Sum of RGB (Red+Green+Blue) = 1+131+34=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 131 (51.56% from 255 or 78.92% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 131 - color contains mainly: green. Hex color #018322 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018322 is #FE7CDD. Grayscale: #515151. Windows color (decimal): -16678110 or 2261761. OLE color: 2261761.

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

Color convert

RGB 1 131 34 -
CMYK 0.99 0 0.74 0.49
HSL 135.23º 0.98% 0.26% -
HSV(B) 135.23º 0.99% 0.51% -
XYZ 8.42 16.35 4.23 -
YUV 81.07 101.43 70.89 -
System Red Green Blue C M Y K H S L
Decimal 1 131 34 0.99 0 0.74 0.49 135.23 0.98 0.26
Hex 1 83 22 63 0 4A 31 87 62 1A
Octal 1 203 42 143 0 112 61 207 142 32
Binary 1 10000011 100010 1100011 0 1001010 110001 10000111 1100010 11010

Color Harmonies of #018322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018322

Black with #018322

Text Example


Text Example

White with #018322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018322; }

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

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

background-color css

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

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

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

border-color css

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

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

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