Html Css Color HEX #0B741D Forest Green

📋 copy color: '#0B741D'

red 11 ◦ green 116 ◦ blue 29

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

Shades of Forest Green #0B741D

Tints of Forest Green #0B741D

RGB

 RED value IS 11 (4.69% from 255) = 7.05%

 GREEN value IS 116 (45.7% from 255) = 74.36%

 BLUE value IS 29 (11.72% from 255) = 18.59%

R = 7.05%
G = 74.36%
B = 18.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#0B741D (or 0x0B741D) is known color: Forest Green. HEX triplet: 0B, 74 and 1D. RGB value is (11,116,29). Sum of RGB (Red+Green+Blue) = 11+116+29=156 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.05% from 156); Green value is 116 (45.70% from 255 or 74.36% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 116 - color contains mainly: green. Hex color #0B741D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B741D is #F48BE2. Grayscale: #4A4A4A. Windows color (decimal): -16026595 or 1930251. OLE color: 1930251.

HSL color Cylindrical-coordinate representation of color #0B741D: hue angle of 130.29º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B741D is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 11 116 29 -
CMYK 0.91 0 0.75 0.55
HSL 130.29º 0.83% 0.25% -
HSV(B) 130.29º 0.91% 0.45% -
XYZ 6.61 12.65 3.26 -
YUV 74.69 102.21 82.57 -
System Red Green Blue C M Y K H S L
Decimal 11 116 29 0.91 0 0.75 0.55 130.29 0.83 0.25
Hex B 74 1D 5B 0 4B 37 82 53 19
Octal 13 164 35 133 0 113 67 202 123 31
Binary 1011 1110100 11101 1011011 0 1001011 110111 10000010 1010011 11001

Color Harmonies of #0B741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B741D

Black with #0B741D

Text Example


Text Example

White with #0B741D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,116,29); }

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

background-color css

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

 a { background-color: rgb(11,116,29); }

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

border-color css

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

 span { border-color: rgb(11,116,29); }

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