Html Css Color HEX #0F3E2F Sherwood Green

📋 copy color: '#0F3E2F'

red 15 ◦ green 62 ◦ blue 47

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

Shades of Sherwood Green #0F3E2F

Tints of Sherwood Green #0F3E2F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 50%

 BLUE value IS 47 (18.75% from 255) = 37.9%

R = 12.1%
G = 50%
B = 37.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.76

RGB Variations

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

Color information

#0F3E2F (or 0x0F3E2F) is known color: Sherwood Green. HEX triplet: 0F, 3E and 2F. RGB value is (15,62,47). Sum of RGB (Red+Green+Blue) = 15+62+47=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 62 (24.61% from 255 or 50% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 62 - color contains mainly: green. Hex color #0F3E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3E2F is #F0C1D0. Grayscale: #2E2E2E. Windows color (decimal): -15778257 or 3096079. OLE color: 3096079.

HSL color Cylindrical-coordinate representation of color #0F3E2F: hue angle of 160.85º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F3E2F is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.

Color convert

RGB 15 62 47 -
CMYK 0.76 0 0.24 0.76
HSL 160.85º 0.61% 0.15% -
HSV(B) 160.85º 0.76% 0.24% -
XYZ 2.43 3.75 3.29 -
YUV 46.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 15 62 47 0.76 0 0.24 0.76 160.85 0.61 0.15
Hex F 3E 2F 4C 0 18 4C A1 3D F
Octal 17 76 57 114 0 30 114 241 75 17
Binary 1111 111110 101111 1001100 0 11000 1001100 10100001 111101 1111

Color Harmonies of #0F3E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3E2F

Black with #0F3E2F

Text Example


Text Example

White with #0F3E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,62,47); }

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

background-color css

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

 a { background-color: rgb(15,62,47); }

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

border-color css

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

 span { border-color: rgb(15,62,47); }

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