Html Css Color HEX #0FB032 Dark Pastel Green

📋 copy color: '#0FB032'

red 15 ◦ green 176 ◦ blue 50

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

Shades of Dark Pastel Green #0FB032

Tints of Dark Pastel Green #0FB032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 73.03%

 BLUE value IS 50 (19.92% from 255) = 20.75%

R = 6.22%
G = 73.03%
B = 20.75%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#0FB032 (or 0x0FB032) is known color: Dark Pastel Green. HEX triplet: 0F, B0 and 32. RGB value is (15,176,50). Sum of RGB (Red+Green+Blue) = 15+176+50=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 176 (69.14% from 255 or 73.03% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB032 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB032 is #F04FCD. Grayscale: #717171. Windows color (decimal): -15749070 or 3321871. OLE color: 3321871.

HSL color Cylindrical-coordinate representation of color #0FB032: hue angle of 133.04º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB032 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 15 176 50 -
CMYK 0.91 0 0.72 0.31
HSL 133.04º 0.84% 0.37% -
HSV(B) 133.04º 0.91% 0.69% -
XYZ 16.3 31.38 8.22 -
YUV 113.5 92.16 57.75 -
System Red Green Blue C M Y K H S L
Decimal 15 176 50 0.91 0 0.72 0.31 133.04 0.84 0.37
Hex F B0 32 5B 0 48 1F 85 54 25
Octal 17 260 62 133 0 110 37 205 124 45
Binary 1111 10110000 110010 1011011 0 1001000 11111 10000101 1010100 100101

Color Harmonies of #0FB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB032

Black with #0FB032

Text Example


Text Example

White with #0FB032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,176,50); }

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

background-color css

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

 a { background-color: rgb(15,176,50); }

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

border-color css

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

 span { border-color: rgb(15,176,50); }

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