Html Css Color HEX #0F751B Forest Green

📋 copy color: '#0F751B'

red 15 ◦ green 117 ◦ blue 27

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

Shades of Forest Green #0F751B

Tints of Forest Green #0F751B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 73.58%

 BLUE value IS 27 (10.94% from 255) = 16.98%

R = 9.43%
G = 73.58%
B = 16.98%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#0F751B (or 0x0F751B) is known color: Forest Green. HEX triplet: 0F, 75 and 1B. RGB value is (15,117,27). Sum of RGB (Red+Green+Blue) = 15+117+27=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 117 (46.09% from 255 or 73.58% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 117 - color contains mainly: green. Hex color #0F751B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F751B is #F08AE4. Grayscale: #4C4C4C. Windows color (decimal): -15764197 or 1799439. OLE color: 1799439.

HSL color Cylindrical-coordinate representation of color #0F751B: hue angle of 127.06º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F751B is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 15 117 27 -
CMYK 0.87 0 0.77 0.54
HSL 127.06º 0.77% 0.26% -
HSV(B) 127.06º 0.87% 0.46% -
XYZ 6.76 12.9 3.17 -
YUV 76.24 100.21 84.32 -
System Red Green Blue C M Y K H S L
Decimal 15 117 27 0.87 0 0.77 0.54 127.06 0.77 0.26
Hex F 75 1B 57 0 4D 36 7F 4D 1A
Octal 17 165 33 127 0 115 66 177 115 32
Binary 1111 1110101 11011 1010111 0 1001101 110110 1111111 1001101 11010

Color Harmonies of #0F751B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F751B

Black with #0F751B

Text Example


Text Example

White with #0F751B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,117,27); }

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

background-color css

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

 a { background-color: rgb(15,117,27); }

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

border-color css

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

 span { border-color: rgb(15,117,27); }

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