Html Css Color HEX #0FB237 Dark Pastel Green

📋 copy color: '#0FB237'

red 15 ◦ green 178 ◦ blue 55

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

Shades of Dark Pastel Green #0FB237

Tints of Dark Pastel Green #0FB237

RGB

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

 GREEN value IS 178 (69.92% from 255) = 71.77%

 BLUE value IS 55 (21.88% from 255) = 22.18%

R = 6.05%
G = 71.77%
B = 22.18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#0FB237 (or 0x0FB237) is known color: Dark Pastel Green. HEX triplet: 0F, B2 and 37. RGB value is (15,178,55). Sum of RGB (Red+Green+Blue) = 15+178+55=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 178 (69.92% from 255 or 71.77% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB237 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB237 is #F04DC8. Grayscale: #737373. Windows color (decimal): -15748553 or 3650063. OLE color: 3650063.

HSL color Cylindrical-coordinate representation of color #0FB237: hue angle of 134.72º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB237 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 15 178 55 -
CMYK 0.92 0 0.69 0.30
HSL 134.72º 0.84% 0.38% -
HSV(B) 134.72º 0.92% 0.7% -
XYZ 16.81 32.22 8.95 -
YUV 115.24 94 56.5 -
System Red Green Blue C M Y K H S L
Decimal 15 178 55 0.92 0 0.69 0.30 134.72 0.84 0.38
Hex F B2 37 5C 0 45 1E 87 54 26
Octal 17 262 67 134 0 105 36 207 124 46
Binary 1111 10110010 110111 1011100 0 1000101 11110 10000111 1010100 100110

Color Harmonies of #0FB237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB237

Black with #0FB237

Text Example


Text Example

White with #0FB237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,178,55); }

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

background-color css

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

 a { background-color: rgb(15,178,55); }

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

border-color css

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

 span { border-color: rgb(15,178,55); }

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