Html Css Color HEX #0F4232 Sherwood Green

📋 copy color: '#0F4232'

red 15 ◦ green 66 ◦ blue 50

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

Shades of Sherwood Green #0F4232

Tints of Sherwood Green #0F4232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 38.17%

R = 11.45%
G = 50.38%
B = 38.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#0F4232 (or 0x0F4232) is known color: Sherwood Green. HEX triplet: 0F, 42 and 32. RGB value is (15,66,50). Sum of RGB (Red+Green+Blue) = 15+66+50=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #0F4232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4232 is #F0BDCD. Grayscale: #303030. Windows color (decimal): -15777230 or 3293711. OLE color: 3293711.

HSL color Cylindrical-coordinate representation of color #0F4232: hue angle of 161.18º 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 #0F4232 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB 15 66 50 -
CMYK 0.77 0 0.24 0.74
HSL 161.18º 0.63% 0.16% -
HSV(B) 161.18º 0.77% 0.26% -
XYZ 2.72 4.23 3.69 -
YUV 48.93 128.6 103.8 -
System Red Green Blue C M Y K H S L
Decimal 15 66 50 0.77 0 0.24 0.74 161.18 0.63 0.16
Hex F 42 32 4D 0 18 4A A1 3F 10
Octal 17 102 62 115 0 30 112 241 77 20
Binary 1111 1000010 110010 1001101 0 11000 1001010 10100001 111111 10000

Color Harmonies of #0F4232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4232

Black with #0F4232

Text Example


Text Example

White with #0F4232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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