Html Css Color HEX #0F422F Sherwood Green

📋 copy color: '#0F422F'

red 15 ◦ green 66 ◦ blue 47

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

Shades of Sherwood Green #0F422F

Tints of Sherwood Green #0F422F

RGB

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

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

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

R = 11.72%
G = 51.56%
B = 36.72%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#0F422F (or 0x0F422F) is known color: Sherwood Green. HEX triplet: 0F, 42 and 2F. RGB value is (15,66,47). Sum of RGB (Red+Green+Blue) = 15+66+47=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #0F422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F422F is #F0BDD0. Grayscale: #303030. Windows color (decimal): -15777233 or 3097103. OLE color: 3097103.

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

Color convert

RGB 15 66 47 -
CMYK 0.77 0 0.29 0.74
HSL 157.65º 0.63% 0.16% -
HSV(B) 157.65º 0.77% 0.26% -
XYZ 2.66 4.2 3.36 -
YUV 48.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 15 66 47 0.77 0 0.29 0.74 157.65 0.63 0.16
Hex F 42 2F 4D 0 1D 4A 9E 3F 10
Octal 17 102 57 115 0 35 112 236 77 20
Binary 1111 1000010 101111 1001101 0 11101 1001010 10011110 111111 10000

Color Harmonies of #0F422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F422F

Black with #0F422F

Text Example


Text Example

White with #0F422F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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