Html Css Color HEX #0FBB2C Dark Pastel Green

📋 copy color: '#0FBB2C'

red 15 ◦ green 187 ◦ blue 44

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

Shades of Dark Pastel Green #0FBB2C

Tints of Dark Pastel Green #0FBB2C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 76.02%

 BLUE value IS 44 (17.58% from 255) = 17.89%

R = 6.1%
G = 76.02%
B = 17.89%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#0FBB2C (or 0x0FBB2C) is known color: Dark Pastel Green. HEX triplet: 0F, BB and 2C. RGB value is (15,187,44). Sum of RGB (Red+Green+Blue) = 15+187+44=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 187 (73.44% from 255 or 76.02% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 187 - color contains mainly: green. Hex color #0FBB2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBB2C is #F044D3. Grayscale: #777777. Windows color (decimal): -15746260 or 2931471. OLE color: 2931471.

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

Color convert

RGB 15 187 44 -
CMYK 0.92 0 0.76 0.27
HSL 130.12º 0.85% 0.4% -
HSV(B) 130.12º 0.92% 0.73% -
XYZ 18.42 35.82 8.33 -
YUV 119.27 85.52 53.63 -
System Red Green Blue C M Y K H S L
Decimal 15 187 44 0.92 0 0.76 0.27 130.12 0.85 0.4
Hex F BB 2C 5C 0 4C 1B 82 55 28
Octal 17 273 54 134 0 114 33 202 125 50
Binary 1111 10111011 101100 1011100 0 1001100 11011 10000010 1010101 101000

Color Harmonies of #0FBB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBB2C

Black with #0FBB2C

Text Example


Text Example

White with #0FBB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,187,44); }

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

background-color css

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

 a { background-color: rgb(15,187,44); }

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

border-color css

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

 span { border-color: rgb(15,187,44); }

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