Html Css Color HEX #0FBE2D Dark Pastel Green

📋 copy color: '#0FBE2D'

red 15 ◦ green 190 ◦ blue 45

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

Shades of Dark Pastel Green #0FBE2D

Tints of Dark Pastel Green #0FBE2D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 76%

 BLUE value IS 45 (17.97% from 255) = 18%

R = 6%
G = 76%
B = 18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#0FBE2D (or 0x0FBE2D) is known color: Dark Pastel Green. HEX triplet: 0F, BE and 2D. RGB value is (15,190,45). Sum of RGB (Red+Green+Blue) = 15+190+45=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 190 (74.61% from 255 or 76% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 190 - color contains mainly: green. Hex color #0FBE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBE2D is #F041D2. Grayscale: #797979. Windows color (decimal): -15745491 or 2997775. OLE color: 2997775.

HSL color Cylindrical-coordinate representation of color #0FBE2D: hue angle of 130.29º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBE2D is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 190 45 -
CMYK 0.92 0 0.76 0.25
HSL 130.29º 0.85% 0.4% -
HSV(B) 130.29º 0.92% 0.75% -
XYZ 19.08 37.12 8.64 -
YUV 121.15 85.02 52.29 -
System Red Green Blue C M Y K H S L
Decimal 15 190 45 0.92 0 0.76 0.25 130.29 0.85 0.4
Hex F BE 2D 5C 0 4C 19 82 55 28
Octal 17 276 55 134 0 114 31 202 125 50
Binary 1111 10111110 101101 1011100 0 1001100 11001 10000010 1010101 101000

Color Harmonies of #0FBE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBE2D

Black with #0FBE2D

Text Example


Text Example

White with #0FBE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,190,45); }

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

background-color css

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

 a { background-color: rgb(15,190,45); }

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

border-color css

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

 span { border-color: rgb(15,190,45); }

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