Html Css Color HEX #0FB33F Dark Pastel Green

📋 copy color: '#0FB33F'

red 15 ◦ green 179 ◦ blue 63

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

Shades of Dark Pastel Green #0FB33F

Tints of Dark Pastel Green #0FB33F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 69.65%

 BLUE value IS 63 (25% from 255) = 24.51%

R = 5.84%
G = 69.65%
B = 24.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#0FB33F (or 0x0FB33F) is known color: Dark Pastel Green. HEX triplet: 0F, B3 and 3F. RGB value is (15,179,63). Sum of RGB (Red+Green+Blue) = 15+179+63=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 179 (70.31% from 255 or 69.65% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB33F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB33F is #F04CC0. Grayscale: #757575. Windows color (decimal): -15748289 or 4174607. OLE color: 4174607.

HSL color Cylindrical-coordinate representation of color #0FB33F: hue angle of 137.56º degrees, saturation: 0.85, 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 #0FB33F is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 15 179 63 -
CMYK 0.92 0 0.65 0.30
HSL 137.56º 0.85% 0.38% -
HSV(B) 137.56º 0.92% 0.7% -
XYZ 17.21 32.7 10.11 -
YUV 116.74 97.67 55.43 -
System Red Green Blue C M Y K H S L
Decimal 15 179 63 0.92 0 0.65 0.30 137.56 0.85 0.38
Hex F B3 3F 5C 0 41 1E 8A 55 26
Octal 17 263 77 134 0 101 36 212 125 46
Binary 1111 10110011 111111 1011100 0 1000001 11110 10001010 1010101 100110

Color Harmonies of #0FB33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB33F

Black with #0FB33F

Text Example


Text Example

White with #0FB33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,179,63); }

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

background-color css

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

 a { background-color: rgb(15,179,63); }

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

border-color css

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

 span { border-color: rgb(15,179,63); }

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