Html Css Color HEX #0F4231 Sherwood Green

📋 copy color: '#0F4231'

red 15 ◦ green 66 ◦ blue 49

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

Shades of Sherwood Green #0F4231

Tints of Sherwood Green #0F4231

RGB

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

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

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

R = 11.54%
G = 50.77%
B = 37.69%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#0F4231 (or 0x0F4231) is known color: Sherwood Green. HEX triplet: 0F, 42 and 31. RGB value is (15,66,49). Sum of RGB (Red+Green+Blue) = 15+66+49=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #0F4231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4231 is #F0BDCE. Grayscale: #303030. Windows color (decimal): -15777231 or 3228175. OLE color: 3228175.

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

Color convert

RGB 15 66 49 -
CMYK 0.77 0 0.26 0.74
HSL 160º 0.63% 0.16% -
HSV(B) 160º 0.77% 0.26% -
XYZ 2.7 4.22 3.58 -
YUV 48.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 15 66 49 0.77 0 0.26 0.74 160 0.63 0.16
Hex F 42 31 4D 0 1A 4A A0 3F 10
Octal 17 102 61 115 0 32 112 240 77 20
Binary 1111 1000010 110001 1001101 0 11010 1001010 10100000 111111 10000

Color Harmonies of #0F4231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4231

Black with #0F4231

Text Example


Text Example

White with #0F4231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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