Html Css Color HEX #018A25 Forest Green

📋 copy color: '#018A25'

red 1 ◦ green 138 ◦ blue 37

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

Shades of Forest Green #018A25

Tints of Forest Green #018A25

RGB

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

 GREEN value IS 138 (54.3% from 255) = 78.41%

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

R = 0.57%
G = 78.41%
B = 21.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#018A25 (or 0x018A25) is known color: Forest Green. HEX triplet: 01, 8A and 25. RGB value is (1,138,37). Sum of RGB (Red+Green+Blue) = 1+138+37=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 138 (54.30% from 255 or 78.41% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 138 - color contains mainly: green. Hex color #018A25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A25 is #FE75DA. Grayscale: #555555. Windows color (decimal): -16676315 or 2460161. OLE color: 2460161.

HSL color Cylindrical-coordinate representation of color #018A25: hue angle of 135.77º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A25 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 138 37 -
CMYK 0.99 0 0.73 0.46
HSL 135.77º 0.99% 0.27% -
HSV(B) 135.77º 0.99% 0.54% -
XYZ 9.43 18.32 4.79 -
YUV 85.52 100.61 67.71 -
System Red Green Blue C M Y K H S L
Decimal 1 138 37 0.99 0 0.73 0.46 135.77 0.99 0.27
Hex 1 8A 25 63 0 49 2E 88 63 1B
Octal 1 212 45 143 0 111 56 210 143 33
Binary 1 10001010 100101 1100011 0 1001001 101110 10001000 1100011 11011

Color Harmonies of #018A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A25

Black with #018A25

Text Example


Text Example

White with #018A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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