Html Css Color HEX #0FBA28 Dark Pastel Green

📋 copy color: '#0FBA28'

red 15 ◦ green 186 ◦ blue 40

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

Shades of Dark Pastel Green #0FBA28

Tints of Dark Pastel Green #0FBA28

RGB

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

 GREEN value IS 186 (73.05% from 255) = 77.18%

 BLUE value IS 40 (16.02% from 255) = 16.6%

R = 6.22%
G = 77.18%
B = 16.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#0FBA28 (or 0x0FBA28) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 28. RGB value is (15,186,40). Sum of RGB (Red+Green+Blue) = 15+186+40=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 186 (73.05% from 255 or 77.18% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA28 is #F045D7. Grayscale: #767676. Windows color (decimal): -15746520 or 2669071. OLE color: 2669071.

HSL color Cylindrical-coordinate representation of color #0FBA28: hue angle of 128.77º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBA28 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 186 40 -
CMYK 0.92 0 0.78 0.27
HSL 128.77º 0.85% 0.39% -
HSV(B) 128.77º 0.92% 0.73% -
XYZ 18.14 35.37 7.88 -
YUV 118.23 83.85 54.37 -
System Red Green Blue C M Y K H S L
Decimal 15 186 40 0.92 0 0.78 0.27 128.77 0.85 0.39
Hex F BA 28 5C 0 4E 1B 81 55 27
Octal 17 272 50 134 0 116 33 201 125 47
Binary 1111 10111010 101000 1011100 0 1001110 11011 10000001 1010101 100111

Color Harmonies of #0FBA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA28

Black with #0FBA28

Text Example


Text Example

White with #0FBA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,186,40); }

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

background-color css

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

 a { background-color: rgb(15,186,40); }

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

border-color css

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

 span { border-color: rgb(15,186,40); }

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