Html Css Color HEX #088C2F Forest Green

📋 copy color: '#088C2F'

red 8 ◦ green 140 ◦ blue 47

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

Shades of Forest Green #088C2F

Tints of Forest Green #088C2F

RGB

 RED value IS 8 (3.52% from 255) = 4.1%

 GREEN value IS 140 (55.08% from 255) = 71.79%

 BLUE value IS 47 (18.75% from 255) = 24.1%

R = 4.1%
G = 71.79%
B = 24.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#088C2F (or 0x088C2F) is known color: Forest Green. HEX triplet: 08, 8C and 2F. RGB value is (8,140,47). Sum of RGB (Red+Green+Blue) = 8+140+47=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 140 (55.08% from 255 or 71.79% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 140 - color contains mainly: green. Hex color #088C2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088C2F is #F773D0. Grayscale: #5A5A5A. Windows color (decimal): -16217041 or 3116040. OLE color: 3116040.

HSL color Cylindrical-coordinate representation of color #088C2F: hue angle of 137.73º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088C2F is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 140 47 -
CMYK 0.94 0 0.66 0.45
HSL 137.73º 0.89% 0.29% -
HSV(B) 137.73º 0.94% 0.55% -
XYZ 9.99 19.01 5.83 -
YUV 89.93 103.77 69.56 -
System Red Green Blue C M Y K H S L
Decimal 8 140 47 0.94 0 0.66 0.45 137.73 0.89 0.29
Hex 8 8C 2F 5E 0 42 2D 8A 59 1D
Octal 10 214 57 136 0 102 55 212 131 35
Binary 1000 10001100 101111 1011110 0 1000010 101101 10001010 1011001 11101

Color Harmonies of #088C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088C2F

Black with #088C2F

Text Example


Text Example

White with #088C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088C2F; }

 p { color: rgb(8,140,47); }

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

background-color css

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

 a { background-color: rgb(8,140,47); }

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

border-color css

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

 span { border-color: rgb(8,140,47); }

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