Html Css Color HEX #018F2B Forest Green

📋 copy color: '#018F2B'

red 1 ◦ green 143 ◦ blue 43

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

Shades of Forest Green #018F2B

Tints of Forest Green #018F2B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 76.47%

 BLUE value IS 43 (17.19% from 255) = 22.99%

R = 0.53%
G = 76.47%
B = 22.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#018F2B (or 0x018F2B) is known color: Forest Green. HEX triplet: 01, 8F and 2B. RGB value is (1,143,43). Sum of RGB (Red+Green+Blue) = 1+143+43=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 143 (56.25% from 255 or 76.47% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 143 - color contains mainly: green. Hex color #018F2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018F2B is #FE70D4. Grayscale: #595959. Windows color (decimal): -16675029 or 2854657. OLE color: 2854657.

HSL color Cylindrical-coordinate representation of color #018F2B: hue angle of 137.75º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018F2B is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 143 43 -
CMYK 0.99 0 0.70 0.44
HSL 137.75º 0.99% 0.28% -
HSV(B) 137.75º 0.99% 0.56% -
XYZ 10.27 19.83 5.57 -
YUV 89.14 101.96 65.13 -
System Red Green Blue C M Y K H S L
Decimal 1 143 43 0.99 0 0.70 0.44 137.75 0.99 0.28
Hex 1 8F 2B 63 0 46 2C 8A 63 1C
Octal 1 217 53 143 0 106 54 212 143 34
Binary 1 10001111 101011 1100011 0 1000110 101100 10001010 1100011 11100

Color Harmonies of #018F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F2B

Black with #018F2B

Text Example


Text Example

White with #018F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,143,43); }

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

background-color css

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

 a { background-color: rgb(1,143,43); }

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

border-color css

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

 span { border-color: rgb(1,143,43); }

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