Html Css Color HEX #0F883D Salem

📋 copy color: '#0F883D'

red 15 ◦ green 136 ◦ blue 61

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

Shades of Salem #0F883D

Tints of Salem #0F883D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 64.15%

 BLUE value IS 61 (24.22% from 255) = 28.77%

R = 7.08%
G = 64.15%
B = 28.77%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#0F883D (or 0x0F883D) is known color: Salem. HEX triplet: 0F, 88 and 3D. RGB value is (15,136,61). Sum of RGB (Red+Green+Blue) = 15+136+61=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 136 (53.52% from 255 or 64.15% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 136 - color contains mainly: green. Hex color #0F883D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F883D is #F077C2. Grayscale: #5B5B5B. Windows color (decimal): -15759299 or 4032527. OLE color: 4032527.

HSL color Cylindrical-coordinate representation of color #0F883D: hue angle of 142.81º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F883D is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 15 136 61 -
CMYK 0.89 0 0.55 0.47
HSL 142.81º 0.8% 0.3% -
HSV(B) 142.81º 0.89% 0.53% -
XYZ 9.84 18.05 7.38 -
YUV 91.27 110.91 73.6 -
System Red Green Blue C M Y K H S L
Decimal 15 136 61 0.89 0 0.55 0.47 142.81 0.8 0.3
Hex F 88 3D 59 0 37 2F 8F 50 1E
Octal 17 210 75 131 0 67 57 217 120 36
Binary 1111 10001000 111101 1011001 0 110111 101111 10001111 1010000 11110

Color Harmonies of #0F883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F883D

Black with #0F883D

Text Example


Text Example

White with #0F883D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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