Html Css Color HEX #0FBA29 Dark Pastel Green

📋 copy color: '#0FBA29'

red 15 ◦ green 186 ◦ blue 41

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

Shades of Dark Pastel Green #0FBA29

Tints of Dark Pastel Green #0FBA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.94%

R = 6.2%
G = 76.86%
B = 16.94%

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

#0FBA29 (or 0x0FBA29) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 29. RGB value is (15,186,41). Sum of RGB (Red+Green+Blue) = 15+186+41=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 186 (73.05% from 255 or 76.86% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA29 is #F045D6. Grayscale: #767676. Windows color (decimal): -15746519 or 2734607. OLE color: 2734607.

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

Color convert

RGB 15 186 41 -
CMYK 0.92 0 0.78 0.27
HSL 129.12º 0.85% 0.39% -
HSV(B) 129.12º 0.92% 0.73% -
XYZ 18.16 35.38 7.97 -
YUV 118.34 84.35 54.29 -
System Red Green Blue C M Y K H S L
Decimal 15 186 41 0.92 0 0.78 0.27 129.12 0.85 0.39
Hex F BA 29 5C 0 4E 1B 81 55 27
Octal 17 272 51 134 0 116 33 201 125 47
Binary 1111 10111010 101001 1011100 0 1001110 11011 10000001 1010101 100111

Color Harmonies of #0FBA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA29

Black with #0FBA29

Text Example


Text Example

White with #0FBA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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