Html Css Color HEX #0F503A Sherwood Green

📋 copy color: '#0F503A'

red 15 ◦ green 80 ◦ blue 58

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

Shades of Sherwood Green #0F503A

Tints of Sherwood Green #0F503A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 52.29%

 BLUE value IS 58 (23.05% from 255) = 37.91%

R = 9.8%
G = 52.29%
B = 37.91%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#0F503A (or 0x0F503A) is known color: Sherwood Green. HEX triplet: 0F, 50 and 3A. RGB value is (15,80,58). Sum of RGB (Red+Green+Blue) = 15+80+58=153 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.80% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #0F503A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F503A is #F0AFC5. Grayscale: #3A3A3A. Windows color (decimal): -15773638 or 3821583. OLE color: 3821583.

HSL color Cylindrical-coordinate representation of color #0F503A: hue angle of 159.69º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F503A is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 80 58 -
CMYK 0.81 0 0.28 0.69
HSL 159.69º 0.68% 0.19% -
HSV(B) 159.69º 0.81% 0.31% -
XYZ 3.83 6.14 4.99 -
YUV 58.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 15 80 58 0.81 0 0.28 0.69 159.69 0.68 0.19
Hex F 50 3A 51 0 1C 45 A0 44 13
Octal 17 120 72 121 0 34 105 240 104 23
Binary 1111 1010000 111010 1010001 0 11100 1000101 10100000 1000100 10011

Color Harmonies of #0F503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F503A

Black with #0F503A

Text Example


Text Example

White with #0F503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,80,58); }

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

background-color css

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

 a { background-color: rgb(15,80,58); }

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

border-color css

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

 span { border-color: rgb(15,80,58); }

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