Html Css Color HEX #0F842E Forest Green

📋 copy color: '#0F842E'

red 15 ◦ green 132 ◦ blue 46

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

Shades of Forest Green #0F842E

Tints of Forest Green #0F842E

RGB

 RED value IS 15 (6.25% from 255) = 7.77%

 GREEN value IS 132 (51.95% from 255) = 68.39%

 BLUE value IS 46 (18.36% from 255) = 23.83%

R = 7.77%
G = 68.39%
B = 23.83%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#0F842E (or 0x0F842E) is known color: Forest Green. HEX triplet: 0F, 84 and 2E. RGB value is (15,132,46). Sum of RGB (Red+Green+Blue) = 15+132+46=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 132 (51.95% from 255 or 68.39% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 132 - color contains mainly: green. Hex color #0F842E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F842E is #F07BD1. Grayscale: #575757. Windows color (decimal): -15760338 or 3048463. OLE color: 3048463.

HSL color Cylindrical-coordinate representation of color #0F842E: hue angle of 135.9º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F842E is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 132 46 -
CMYK 0.89 0 0.65 0.48
HSL 135.9º 0.8% 0.29% -
HSV(B) 135.9º 0.89% 0.52% -
XYZ 8.94 16.8 5.36 -
YUV 87.21 104.74 76.49 -
System Red Green Blue C M Y K H S L
Decimal 15 132 46 0.89 0 0.65 0.48 135.9 0.8 0.29
Hex F 84 2E 59 0 41 30 88 50 1D
Octal 17 204 56 131 0 101 60 210 120 35
Binary 1111 10000100 101110 1011001 0 1000001 110000 10001000 1010000 11101

Color Harmonies of #0F842E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F842E

Black with #0F842E

Text Example


Text Example

White with #0F842E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F842E; }

 p { color: rgb(15,132,46); }

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

background-color css

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

 a { background-color: rgb(15,132,46); }

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

border-color css

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

 span { border-color: rgb(15,132,46); }

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