Html Css Color HEX #0FB449 Dark Pastel Green

📋 copy color: '#0FB449'

red 15 ◦ green 180 ◦ blue 73

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

Shades of Dark Pastel Green #0FB449

Tints of Dark Pastel Green #0FB449

RGB

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

 GREEN value IS 180 (70.7% from 255) = 67.16%

 BLUE value IS 73 (28.91% from 255) = 27.24%

R = 5.6%
G = 67.16%
B = 27.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#0FB449 (or 0x0FB449) is known color: Dark Pastel Green. HEX triplet: 0F, B4 and 49. RGB value is (15,180,73). Sum of RGB (Red+Green+Blue) = 15+180+73=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 180 (70.70% from 255 or 67.16% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB449 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB449 is #F04BB6. Grayscale: #767676. Windows color (decimal): -15748023 or 4830223. OLE color: 4830223.

HSL color Cylindrical-coordinate representation of color #0FB449: hue angle of 141.09º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB449 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 15 180 73 -
CMYK 0.92 0 0.59 0.29
HSL 141.09º 0.85% 0.38% -
HSV(B) 141.09º 0.92% 0.71% -
XYZ 17.72 33.23 11.78 -
YUV 118.47 102.34 54.2 -
System Red Green Blue C M Y K H S L
Decimal 15 180 73 0.92 0 0.59 0.29 141.09 0.85 0.38
Hex F B4 49 5C 0 3B 1D 8D 55 26
Octal 17 264 111 134 0 73 35 215 125 46
Binary 1111 10110100 1001001 1011100 0 111011 11101 10001101 1010101 100110

Color Harmonies of #0FB449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB449

Black with #0FB449

Text Example


Text Example

White with #0FB449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,180,73); }

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

background-color css

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

 a { background-color: rgb(15,180,73); }

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

border-color css

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

 span { border-color: rgb(15,180,73); }

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