Html Css Color HEX #0FB431 Dark Pastel Green

📋 copy color: '#0FB431'

red 15 ◦ green 180 ◦ blue 49

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

Shades of Dark Pastel Green #0FB431

Tints of Dark Pastel Green #0FB431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.08%

R = 6.15%
G = 73.77%
B = 20.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#0FB431 (or 0x0FB431) is known color: Dark Pastel Green. HEX triplet: 0F, B4 and 31. RGB value is (15,180,49). Sum of RGB (Red+Green+Blue) = 15+180+49=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 180 (70.70% from 255 or 73.77% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB431 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB431 is #F04BCE. Grayscale: #747474. Windows color (decimal): -15748047 or 3257359. OLE color: 3257359.

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

Color convert

RGB 15 180 49 -
CMYK 0.92 0 0.73 0.29
HSL 132.36º 0.85% 0.38% -
HSV(B) 132.36º 0.92% 0.71% -
XYZ 17.07 32.97 8.37 -
YUV 115.73 90.34 56.15 -
System Red Green Blue C M Y K H S L
Decimal 15 180 49 0.92 0 0.73 0.29 132.36 0.85 0.38
Hex F B4 31 5C 0 49 1D 84 55 26
Octal 17 264 61 134 0 111 35 204 125 46
Binary 1111 10110100 110001 1011100 0 1001001 11101 10000100 1010101 100110

Color Harmonies of #0FB431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB431

Black with #0FB431

Text Example


Text Example

White with #0FB431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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