Html Css Color HEX #0B4231 Sherwood Green

📋 copy color: '#0B4231'

red 11 ◦ green 66 ◦ blue 49

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

Shades of Sherwood Green #0B4231

Tints of Sherwood Green #0B4231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 52.38%

 BLUE value IS 49 (19.53% from 255) = 38.89%

R = 8.73%
G = 52.38%
B = 38.89%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#0B4231 (or 0x0B4231) is known color: Sherwood Green. HEX triplet: 0B, 42 and 31. RGB value is (11,66,49). Sum of RGB (Red+Green+Blue) = 11+66+49=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #0B4231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4231 is #F4BDCE. Grayscale: #2F2F2F. Windows color (decimal): -16039375 or 3228171. OLE color: 3228171.

HSL color Cylindrical-coordinate representation of color #0B4231: hue angle of 161.45º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B4231 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB 11 66 49 -
CMYK 0.83 0 0.26 0.74
HSL 161.45º 0.71% 0.15% -
HSV(B) 161.45º 0.83% 0.26% -
XYZ 2.64 4.19 3.58 -
YUV 47.62 128.78 101.88 -
System Red Green Blue C M Y K H S L
Decimal 11 66 49 0.83 0 0.26 0.74 161.45 0.71 0.15
Hex B 42 31 53 0 1A 4A A1 47 F
Octal 13 102 61 123 0 32 112 241 107 17
Binary 1011 1000010 110001 1010011 0 11010 1001010 10100001 1000111 1111

Color Harmonies of #0B4231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4231

Black with #0B4231

Text Example


Text Example

White with #0B4231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,66,49); }

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

background-color css

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

 a { background-color: rgb(11,66,49); }

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

border-color css

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

 span { border-color: rgb(11,66,49); }

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