Html Css Color HEX #0FB033 Dark Pastel Green

📋 copy color: '#0FB033'

red 15 ◦ green 176 ◦ blue 51

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

Shades of Dark Pastel Green #0FB033

Tints of Dark Pastel Green #0FB033

RGB

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

 GREEN value IS 176 (69.14% from 255) = 72.73%

 BLUE value IS 51 (20.31% from 255) = 21.07%

R = 6.2%
G = 72.73%
B = 21.07%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#0FB033 (or 0x0FB033) is known color: Dark Pastel Green. HEX triplet: 0F, B0 and 33. RGB value is (15,176,51). Sum of RGB (Red+Green+Blue) = 15+176+51=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 176 (69.14% from 255 or 72.73% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB033 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB033 is #F04FCC. Grayscale: #717171. Windows color (decimal): -15749069 or 3387407. OLE color: 3387407.

HSL color Cylindrical-coordinate representation of color #0FB033: hue angle of 133.42º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB033 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 15 176 51 -
CMYK 0.91 0 0.71 0.31
HSL 133.42º 0.84% 0.37% -
HSV(B) 133.42º 0.91% 0.69% -
XYZ 16.32 31.39 8.33 -
YUV 113.61 92.66 57.66 -
System Red Green Blue C M Y K H S L
Decimal 15 176 51 0.91 0 0.71 0.31 133.42 0.84 0.37
Hex F B0 33 5B 0 47 1F 85 54 25
Octal 17 260 63 133 0 107 37 205 124 45
Binary 1111 10110000 110011 1011011 0 1000111 11111 10000101 1010100 100101

Color Harmonies of #0FB033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB033

Black with #0FB033

Text Example


Text Example

White with #0FB033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,176,51); }

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

background-color css

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

 a { background-color: rgb(15,176,51); }

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

border-color css

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

 span { border-color: rgb(15,176,51); }

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