Html Css Color HEX #0F3D2F Sherwood Green

📋 copy color: '#0F3D2F'

red 15 ◦ green 61 ◦ blue 47

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

Shades of Sherwood Green #0F3D2F

Tints of Sherwood Green #0F3D2F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 49.59%

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

R = 12.2%
G = 49.59%
B = 38.21%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#0F3D2F (or 0x0F3D2F) is known color: Sherwood Green. HEX triplet: 0F, 3D and 2F. RGB value is (15,61,47). Sum of RGB (Red+Green+Blue) = 15+61+47=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 61 (24.22% from 255 or 49.59% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 61 - color contains mainly: green. Hex color #0F3D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3D2F is #F0C2D0. Grayscale: #2D2D2D. Windows color (decimal): -15778513 or 3095823. OLE color: 3095823.

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

Color convert

RGB 15 61 47 -
CMYK 0.75 0 0.23 0.76
HSL 161.74º 0.61% 0.15% -
HSV(B) 161.74º 0.75% 0.24% -
XYZ 2.38 3.64 3.27 -
YUV 45.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 15 61 47 0.75 0 0.23 0.76 161.74 0.61 0.15
Hex F 3D 2F 4B 0 17 4C A2 3D F
Octal 17 75 57 113 0 27 114 242 75 17
Binary 1111 111101 101111 1001011 0 10111 1001100 10100010 111101 1111

Color Harmonies of #0F3D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3D2F

Black with #0F3D2F

Text Example


Text Example

White with #0F3D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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