Html Css Color HEX #018525 Forest Green

📋 copy color: '#018525'

red 1 ◦ green 133 ◦ blue 37

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

Shades of Forest Green #018525

Tints of Forest Green #018525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.64%

R = 0.58%
G = 77.78%
B = 21.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#018525 (or 0x018525) is known color: Forest Green. HEX triplet: 01, 85 and 25. RGB value is (1,133,37). Sum of RGB (Red+Green+Blue) = 1+133+37=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 133 (52.34% from 255 or 77.78% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 133 - color contains mainly: green. Hex color #018525 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018525 is #FE7ADA. Grayscale: #525252. Windows color (decimal): -16677595 or 2458881. OLE color: 2458881.

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

Color convert

RGB 1 133 37 -
CMYK 0.99 0 0.72 0.48
HSL 136.36º 0.99% 0.26% -
HSV(B) 136.36º 0.99% 0.52% -
XYZ 8.73 16.92 4.55 -
YUV 82.59 102.27 69.81 -
System Red Green Blue C M Y K H S L
Decimal 1 133 37 0.99 0 0.72 0.48 136.36 0.99 0.26
Hex 1 85 25 63 0 48 30 88 63 1A
Octal 1 205 45 143 0 110 60 210 143 32
Binary 1 10000101 100101 1100011 0 1001000 110000 10001000 1100011 11010

Color Harmonies of #018525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018525

Black with #018525

Text Example


Text Example

White with #018525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018525; }

 p { color: rgb(1,133,37); }

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

background-color css

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

 a { background-color: rgb(1,133,37); }

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

border-color css

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

 span { border-color: rgb(1,133,37); }

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