Html Css Color HEX #0F7B1B Forest Green

📋 copy color: '#0F7B1B'

red 15 ◦ green 123 ◦ blue 27

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

Shades of Forest Green #0F7B1B

Tints of Forest Green #0F7B1B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 74.55%

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

R = 9.09%
G = 74.55%
B = 16.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#0F7B1B (or 0x0F7B1B) is known color: Forest Green. HEX triplet: 0F, 7B and 1B. RGB value is (15,123,27). Sum of RGB (Red+Green+Blue) = 15+123+27=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 123 (48.44% from 255 or 74.55% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 123 - color contains mainly: green. Hex color #0F7B1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7B1B is #F084E4. Grayscale: #505050. Windows color (decimal): -15762661 or 1800975. OLE color: 1800975.

HSL color Cylindrical-coordinate representation of color #0F7B1B: hue angle of 126.67º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7B1B is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB 15 123 27 -
CMYK 0.88 0 0.78 0.52
HSL 126.67º 0.78% 0.27% -
HSV(B) 126.67º 0.88% 0.48% -
XYZ 7.48 14.35 3.41 -
YUV 79.76 98.22 81.81 -
System Red Green Blue C M Y K H S L
Decimal 15 123 27 0.88 0 0.78 0.52 126.67 0.78 0.27
Hex F 7B 1B 58 0 4E 34 7F 4E 1B
Octal 17 173 33 130 0 116 64 177 116 33
Binary 1111 1111011 11011 1011000 0 1001110 110100 1111111 1001110 11011

Color Harmonies of #0F7B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7B1B

Black with #0F7B1B

Text Example


Text Example

White with #0F7B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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